open-discussion > JIP installation on windows
Showing 1-2 of 2 posts
Jul 8, 2011 08:07 AM | Alessandra Paladini
JIP installation on windows
Hi, I need to install JIP on windows (windows 7 32 bit).
Can you provide me some installation Instruction? I see that I need Cgwin to install it, can you suggest me the best version to download?
Thank you in advance,
Alessandra
Can you provide me some installation Instruction? I see that I need Cgwin to install it, can you suggest me the best version to download?
Thank you in advance,
Alessandra
Jul 19, 2011 11:07 PM | Joseph Mandeville
RE: JIP installation on windows
Hi Alessandra,
I download Cygwin/x through the main site: http://www.cygwin.com.
The direct link is x.cygwin.com. As I recall (it's been some time),
I used the default download. Click on the "setup.exe" link to download
a setup file, and then choose "Install from web". The documentation on the site is good.
To compile jip, you need
1) a unix/Linux environment (Cygwin), and
2) X11 libraries. The required files will be found in /usr/X11R6/lib and /usr/X11R6/include under the cygwin folder.
Hopefully the makefiles that I provide will work without modification.
If you install jip code in "jip-main", then try this:
cd jip-main/build-jip
tcsh
source build-all.tcsh
That will try to build everything, including the required NIFTI, ZLIB, and FFTW components.
Best,
Joe
I download Cygwin/x through the main site: http://www.cygwin.com.
The direct link is x.cygwin.com. As I recall (it's been some time),
I used the default download. Click on the "setup.exe" link to download
a setup file, and then choose "Install from web". The documentation on the site is good.
To compile jip, you need
1) a unix/Linux environment (Cygwin), and
2) X11 libraries. The required files will be found in /usr/X11R6/lib and /usr/X11R6/include under the cygwin folder.
Hopefully the makefiles that I provide will work without modification.
If you install jip code in "jip-main", then try this:
cd jip-main/build-jip
tcsh
source build-all.tcsh
That will try to build everything, including the required NIFTI, ZLIB, and FFTW components.
Best,
Joe