|
CygwinBuild
Building Teyjus on Windows using the Cygwin toolchain
Building Teyjus on Windows using the Cygwin ToolchainRequired SoftwareSetting up CygwinWhen installing Cygwin you must select the following packages for installation.
After Cygwin is installed, you must put Cygwin's binary directory in your Window's path. For example, C:\cygwin\bin. Building TeyjusFrom a command shell, navigate to the directory which contains the downloaded Teyjus code and execute omake all. This will create the programs tjcc, tjsim, tjlink, tjdepend, and tjdis. You should add the directory with these files to your Window's path. For Teyjus DevelopersIf you want to work on the code of Teyjus, you will need a few more tools in order to run the automated tests. First, you should install the following Cygwin packages.
You should also obtain the full source code of Teyjus from the subversion repository. You can then run the automated tests with the command omake test. |