Compiling
From Roadnav
[edit]
Windows
Directions are available for the following Windows compilers:
- Microsoft Visual Studio - Microsoft offers a free IDE, Microsoft Visual C++ Express edition. Detailed MSVC++ directions are available. This is the recommended way of building Roadnav on Windows and is the only way to get Microsoft SAPI speech support.
- MinGW - This is a freely available set of Windows specific header files, libraries, and toolsets. available from the MinGW website. It is easier to set up the MinGW development environment than Microsoft Visual C++, however, speech support cannot be compiled using MinGW. Detailed directions are available.
[edit]
Linux
- Ubuntu users should install the following packages prior to building Roadnav: libc6-dev libgtk2.0-dev libwxgtk2.8-dev g++ patch subversion subversion-tools dpkg-dev debhelper autotools-dev dh-make fakeroot ccache build-essential
