Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.75 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.75 KB
The home page, showing a grid of project cards that you can click to edit the descriptions of

A graphical user interface for ortfo

time spent on project

Installation

Ubuntu / Debian

.deb archives will be available, starting with the next release.

Fedora / CentOS

.rpm archives will be available, starting with the next release.

Arch Linux / Manjaro

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

Slackware

.tgz archives will be available, starting with the next release.

AppImage

AppImages will be available, starting with the next release.

Compiled binaries

See releases

From source

Requirements

  • Go 1.18 or newer
  • pnpm (or another node package manager)
  • git
  • make (You could also run the commands specified in the build: section of Makefile instead of executing make, if you have problems installing it (especially on Windows))

Commands

# 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