Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.51 KB

Seseragi

CMake on multiple platforms

icon

A simple GUI tool for checking the hierarchy information of Alembic files.

Screenshot

screenshot

Build from source

Prerequisites

  • Git
  • CMake
  • Vcpkg
    • Add the directory containing vcpkg executable to your PATH and VCPKG_ROOT environment variables.
  • Rust

Build

# Ubuntu 22.04 {{{
sudo apt install build-essentials cargo cmake curl git libgtk-3-dev pkg-config rustc tar unzip zip
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update && sudo apt install g++-13
export CXX=/usr/bin/g++-13
# }}}

git clone --recursive https://github.com/ugai/seseragi
cd seseragi
vcpkg install
cmake -B build
cmake --build build

License

This project under the MIT License.

madewithslint

Similar apps