Building An Executable
From NARS2000
Platforms
The current version of NARS2000 runs on Windows platforms only, however the goal is to move it to Linux, Mac OS, etc. as per user requests. As such, for the moment, the following description for building an executable is necessarily biased towards Windows.
Tools, Libraries, and Source Code
To build the executable you'll need the following
- C Compiler and Linker
- Make program
- Resource Compiler
- Parser Generator
- Zip Utility
- Windows SDK
- PHP
- NARS2000 Source Code
- NARS2000 External Libraries
- Optionally, Source Control program
The (all free) tools I used to create the program happen to be Microsoft-specific, however there is no reason more generic tools (such as GNU C) can't be used, a task I'm hoping someone will volunteer to investigate. In particular, the tools currently used to create and maintain the executable are as follows:
- C Compiler and Linker: Microsoft Visual C++ Express 2008 which includes a Linker, Make program, and Resource Compiler
- Parser Generator: Bison
- Zip Utility: 7-Zip
- Windows SDK: Windows SDK for Windows Server 2008 and .NET Framework 3.5
- PHP: Downloads
- NARS2000 Source Code: tar ball
- NARS2000 External Libraries: qdebug Library gsl Library
- Source Control program: Tortoise SVN