Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.24 KB

Folx: lightweght IDE / text editor

Screenshot

Version    Nim    Code size Total lines

Installation

Download binaries on GitHub releases or build from source code:

nimble install https://github.com/FolxTeam/folx
Compile flags (write it after nimble but before install)

-u:useMalloc - use nim alloc instead of c malloc

Flatpak (from source code)

to build

flatpak-builder --user --install --force-clean build-flatpak org.FolxTeam.folx.yml

to run

flatpak run org.FolxTeam.folx

todo: add folx to flathub repos