Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-07-01 | Minor typo corrected in referencing Libidn | Raul Infante-Sainz | -0/+1 | |
Until this commit, once Libidn was installed, insted of its own name and version, the name and version of Libjpeg were saved (in the target if Libidn). This robably come from a copy/paste of the rule. With this commit, this minor bug has been corrected. I also added my name as an author of `reproduce/software/make/xorg.mk' Makefile since I added some code there. | ||||
2020-06-30 | Core Xorg libraries necessary for Ghostscript now included | Mohammad Akhlaghi | -0/+180 | |
Until now, in order to build Ghostscript, the project used the host's Xorg libraries. This was because we hadn't yet added the necessary build rules for them. With this commit, the instructions to build the necessary Xorg libraries for Ghostscript have also been added. Also, the shared Ghostscript library has been built with this commit and two sets of standard fonts are also included, setting us on the path to build TeXLive from source later. This task was done with the help and support of Raul Infante-Sainz. |