Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 11-Mar-2024 | 707 | 18 | 11 | |
guix_installer_release.iss | D | 11-Mar-2024 | 3.1 KiB | 66 | 53 |
README.txt
1 2To generate GUIX Studio installer, follow these steps: 3 41) Install Inno Setup from the following link: 5 6http://www.jrsoftware.org/isinfo.php 7 82) Build GUIX Studio executable: 9Execute script "build_guix_studio.cmd" from scripts folder. 10 113) Download Microsoft Visual C++ Redistributable: 12Execute script "download_vc_redist.cmd" from scripts folder to download the Microsoft Visual C++ Redistributable package. 13This package is essential for installing Microsoft C and C++(MSVC) runtime libraries. 14 154)Run the Inno Setup compiler: 16Launch the Inno Setup compiler and open /GUIX/installer/guix_installer.iss. 17Click the compiler button. When the compiler runs cleanly, the installer is generated in output folder. 18