diff options
Diffstat (limited to 'addpkgs')
-rw-r--r-- | addpkgs/INSTALL.md | 11 | ||||
-rw-r--r-- | addpkgs/README.md | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/addpkgs/INSTALL.md b/addpkgs/INSTALL.md new file mode 100644 index 0000000..0e3cddb --- /dev/null +++ b/addpkgs/INSTALL.md @@ -0,0 +1,11 @@ +[GNU Guix](https://www.gnu.org/software/guix/) +-------- +The post-install script will create an user and a group called `guix-builder`. If you want more users for building packages, add more users to the `guix-builder` group. Start the `guix-daemon` by running command `guix-daemon --build-users-group=guix-builder` as root, and you can start using guix. `guix-daemon` will create most necessary files and directories when you first using it. + +[Qelly](https://github.com/uranusjr/Qelly) +----- +Run `Qelly` and it works! + +[Tiny C Compiler](http://bellard.org/tcc/) +--------------- +Type `man tcc` or `info tcc` to read the manual. diff --git a/addpkgs/README.md b/addpkgs/README.md new file mode 100644 index 0000000..4dbcf79 --- /dev/null +++ b/addpkgs/README.md @@ -0,0 +1,14 @@ +Additional Packages +------------------- + +Collections of packges not found in Fedora. + + * guix: GNU guix is a purely functional package manager + * qelly: Beautiful cross-platform BBS client + * tcc: Tiny C Compiler (built using system gcc) + * tcc-self: Tiny C Compiler (built using tcc itself) + +#### SRPMs Git Repository +* [Main](http://www.tfcis.org/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) +* [Mirror 1](http://phantom.tfcis.org/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) +* [Mirror 2](http://www.lant.com.tw/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) |