Currently I'm experimenting with an Ubuntu box.  I have mostly a
default install with some graphics programs/network utilities/etc..
<br><br>I noticed that you use "cmake" to build the executables, so I installed that with apt-get.<br><br>I'm
guessing I need to install a C++ compiler (and will do just that), but
wanted to make you aware that a default Ubuntu distro may not compile
out of the box.
<br><br><br>Here is the output using the recommended cmake flags<br><br>mvoltz@blenderbox:~/Desktop/ike$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES<br>-- Check for working C compiler: /usr/bin/gcc
<br>-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Check size of void*<br>-- Check size of void* - done<br>-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND<br>CMake
Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or
name.
<br>CMake Error: Internal CMake error, TryCompile configure of cmake failed<br>-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND -- broken<br>CMake Error: The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to compile a simple test program.
<br>It fails with the following output:<br> <br><br>CMake will not be able to correctly generate this project.<br>CMake
Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or
name.
<br>-- Configuring done<br>mvoltz@blenderbox:~/Desktop/ike$