Platform(s): macOS, Linux
NCX-Core-Lite is a CLI application that allows you to quickly download software by NinjaCheetah and other small develpers.
Here is a list of the apps currently available (non-exhaustive):
Full dependency install instructions available on the wiki.
brew install curl
)brew install gtk+3
)(Note that the same package names should work in pacman.)
sudo apt install libcurl4-nss-dev
)sudo apt install libgtk-3-0 libgtk-3-dev
)Download the zip from the latest successful actions run, which can be accessed using the link at the top of the page, extract it, and run. That's it!
Available file formats are:
Full compiling instructions available on the wiki.
make mac
(for a Unix binary) or make macapp
(for a macOS .app binary)make linux
(makes a Linux binary)