- Using our install script
- Running a couple of commands
- Download Cygwin
- Install the setup file; Continue until you get to the "Select Packages" window
- NOTE: If the window crashes, open the setup file and follow the steps again
- Click View > Not Installed
- In the search box type
lynxand click the dropdown next to "Skip" and select the last one - Do the same for
dos2unixandwget - Click "Next" and finish the installation
- clone the TSAL repository
- cd into the cloned folder
- run
./install-cygwin.sh
Follow these steps on your terminal:
autoreconf -vi
./configure
make
make install
If you want to specify your installation directory use:
./configure --prefix=installdirectory
instead of ./configure replacing installdirectory with your desired path.
