Skip to content

Releases: shabiel/fis-gtm

V6.3-005 On Cygwin x86

08 Sep 22:59
Compare
Choose a tag to compare

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

08 Sep 18:54
Compare
Choose a tag to compare

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

25 May 02:45
Compare
Choose a tag to compare

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

12 Apr 08:09
Compare
Choose a tag to compare
Pre-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

08 Apr 21:08
Compare
Choose a tag to compare
V6.2-002A Pre-release
Pre-release
V6.2-002A

V6.2-002 for Mac OS X

02 Sep 19:47
Compare
Choose a tag to compare
V6.2-002 for Mac OS X Pre-release
Pre-release

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.