What Cygwin packages do I need to compile FUSS?
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Nov 11, 2005 9:07 am
Last edited Jan 20, 2010 12:54 am by Samson
Black Hand
GroupAdministrators
Posts3,706
JoinedJan 1, 2002
You will require the following above and beyond the default base install:
Development: make, g++
Interpreters: perl ( For makefile dependencies )
Shells: tcsh
All necessary package dependencies to support these will be downloaded by the Cygwin installer. Once you have these setup you can compile and run any of the FUSS packages in Cygwin. You may note that crypt libraries are *NOT* required as FUSS codebases all use the sha256 password scheme. It should also be noted that zlib libraries were installed as part of the base package during the last test made and are not required as a separate setup.
Development: make, g++
Interpreters: perl ( For makefile dependencies )
Shells: tcsh
All necessary package dependencies to support these will be downloaded by the Cygwin installer. Once you have these setup you can compile and run any of the FUSS packages in Cygwin. You may note that crypt libraries are *NOT* required as FUSS codebases all use the sha256 password scheme. It should also be noted that zlib libraries were installed as part of the base package during the last test made and are not required as a separate setup.
#2 Jan 28, 2007 11:39 am
Black Hand
GroupAdministrators
Posts3,706
JoinedJan 1, 2002
Added the tcsh shell to the list of requirements.
Pages:<< prev 1 next >>