• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

README.txtD11-Mar-2024707 1811

guix_installer_release.issD11-Mar-20243.1 KiB6653

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