Releases: shabiel/fis-gtm
V6.3-005 On Cygwin x86
Tested on Windows 10.
Brief instructions:
Install the 32 bit Cygwin from here: https://cygwin.com/setup-x86.exe.
In the package list when installing, make sure cygrunsrv and wget are selected.
Open Cygwin as an administrator.
Start the Cygwin System V IPC Server, like this:
cygserver-config
net start cygserver
Obtain GT.M compiled for Cygwin x86:
wget https://github.com/shabiel/fis-gtm/releases/download/V6.3-005/gtm_V63005_cygwin_i586_pro.tar.gz
Install GT.M using the standard instructions located at: http://tinco.pair.com/bhaskar/gtm/doc/books/ao/UNIX_manual/ch02.html.
GT.M is now installed. You can now exit the elevated Cygwin shell and go to a normal shell.
Please report issues on the issue tracker here.
V6.3-001A On Cygwin x86
Tested on Windows 10.
Brief instructions:
Install the 32 bit Cygwin from here: https://cygwin.com/setup-x86.exe.
In the package list when installing, make sure cygrunsrv and wget are selected.
Open Cygwin as an administrator.
Start the Cygwin System V IPC Server, like this:
cygserver-config
net start cygserver
Obtain GT.M compiled for Cygwin x86:
wget https://github.com/shabiel/fis-gtm/releases/download/V6.3-001A/gtm_V63001A_cygwin_i586_pro.tar.gz
Install GT.M using the standard instructions located at: http://tinco.pair.com/bhaskar/gtm/doc/books/ao/UNIX_manual/ch02.html.
GT.M is now installed. You can now exit the elevated Cygwin shell and go to a normal shell.
Please report issues on the issue tracker here.
V6.3-000A for Cygwin
Tested on Windows 10.
Brief instructions:
Install the 32 bit Cygwin from here: https://cygwin.com/setup-x86.exe.
In the package list when installing, make sure cygrunsrv and wget are selected.
Open Cygwin as an administrator.
Start the Cygwin System V IPC Server, like this:
cygserver-config
net start cygserver
Obtain GT.M compiled for Cygwin x86:
wget https://github.com/shabiel/fis-gtm/releases/download/V6.3-000/gtm_V63000_cygwin_i586_pro.tar.gz
Install GT.M using the standard instructions located at: http://tinco.pair.com/bhaskar/gtm/doc/books/ao/UNIX_manual/ch02.html.
GT.M is now installed. You can now exit the elevated Cygwin shell and go to a normal shell.
Please report issues on the issue tracker here.
Instructions for the Cygwin Release
Tested on Windows 10.
Brief instructions:
Install the 32 bit Cygwin from here: https://cygwin.com/setup-x86.exe.
In the package list when installing, make sure cygrunsrv and wget are selected.
Open Cygwin as an administrator.
Start the Cygwin System V IPC Server, like this:
cygserver-config
net start cygserver
Obtain GT.M compiled for Cygwin x86:
wget https://github.com/shabiel/fis-gtm/releases/download/V6.3-000/gtm_V63000_cygwin_i586_pro.tar.gz
Install GT.M using the standard instructions located at: http://tinco.pair.com/bhaskar/gtm/doc/books/ao/UNIX_manual/ch02.html.
GT.M is now installed. You can now exit the elevated Cygwin shell and go to a normal shell.
Please report issues on the issue tracker here.
V6.2-002A
V6.2-002 for Mac OS X
The original release uses libraries from MacPorts for many operations.
The new release (nativelibs) uses native ncurses, native libicu, and Mach-O objects instead of ELF.
The following doesn't work:
- Mach-O Objects can't be dylibbed together using ld yet (text sections aren't being populated; investigating).
- Shared Objects at IPC memory (the so called 'auto-relink') don't work b/c of Mac OS X denial of permission to execute shared memory.