https://github.com/jdolan/quetoo-installer
Nim-lang installer for Quetoo
https://github.com/jdolan/quetoo-installer
Last synced: 11 months ago
JSON representation
Nim-lang installer for Quetoo
- Host: GitHub
- URL: https://github.com/jdolan/quetoo-installer
- Owner: jdolan
- License: isc
- Created: 2020-12-11T16:21:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T12:49:39.000Z (over 5 years ago)
- Last Synced: 2024-12-29T09:28:33.642Z (over 1 year ago)
- Language: Nim
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# quetoo-installer
This utility installs and updates [Quetoo](https://github.com/jdolan/quetoo).
## Building
Install the latest version of [Nim](https://nim-lang.org). To build the graphical installer on Unix platforms, [GTK+ 3](https://gtk.org) is required. Once dependencies are installed, run
nimble build
For a release build (runs much faster), pass `-d:release`. To cross-compile for Windows using [mingw-w64](http://mingw-w64.org), pass `-d:mingw`. On Windows, pass `-d:staticBuild` to statically link with OpenSSL.