A graphical user interface for ortfo
.deb archives will be available, starting with the next release.
.rpm archives will be available, starting with the next release.
The AUR has 3 ortfo packages:
- ortfo compiles from latest version
- ortfo-bin pre-compiled binary of the latest version
- ortfo-git compiles from the latest git commit
.tgz archives will be available, starting with the next release.
AppImages will be available, starting with the next release.
See releases
- Go 1.18 or newer
- pnpm (or another node package manager)
- git
- make (You could also run the commands specified in the
build:
section ofMakefile
instead of executingmake
, if you have problems installing it (especially on Windows))
# Clone the repository
git clone https://github.com/ortfo/gui ortfogui
# Go into the repository
cd ortfogui
# Install dependencies
pnpm install
go mod tidy
# Install tools
go download github.com/rakyll/statik
# Build the binary
make
# Make it executable
chmod +x ortfogui
# Run it!
./ortfogui