- Install gcc-multilib
- Install T3X/0 Compiler from http://t3x.org/t3x/
- Edit Makefile replacing:
by:
tcvm: tcvm.c cc -O2 -g -o tcvm tcvm.c
and config BINDIR variable in Makefiletcvm: tcvm.c cc -m32 -O2 -g -o tcvm tcvm.c
- Run make
- Run make all-native
- Run sudo make install-native
- Edit Makefile replacing:
- Run 'make all' in shell
- Install running 'make install' in shell
Binaries output: unix/
- Run 'MAKE.BAT'
Binaries output: BIN/