Skip to content

Tutorial How to compile makeTSX

NataliaPC edited this page Feb 27, 2019 · 2 revisions

Linux x64

Dependencies: g++

$ make

Linux x32

Dependencies: g++ g++-multilib linux-libc-dev:i386

$ make -f Makefile.linux32

Windows x64

Dependencies: mingw-w64

$ make -f Makefile.win64

Windows x32

Dependencies: mingw-w64

$ make -f Makefile.win32

MacOSX

Dependencies: clang++

$ make -f Makefile.macosx

Clone this wiki locally