Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SimplePotter3D_1.0.2_Qt_4.8_src.zip | 2016-02-19 | 493.4 kB | |
SimplePotter3D_1_0_3 _WIN_QT3_src.zip | 2014-01-15 | 301.3 kB | |
SimplePotter3D_1.0.1_Linux_SRC.zip | 2013-06-02 | 204.7 kB | |
README | 2013-06-02 | 2.4 kB | |
SimplePotter3D_Win_Qt3_src.zip | 2013-05-31 | 118.3 kB | |
Totals: 5 Items | 1.1 MB | 0 |
Requirements Linux: - installed GNU compiler package (g++) - installed Qt4. (This program developed under Qt 4.7.4) If the result of "qmake -v" command is some like this: "andkos@linux-2zt3:~> qmake -v QMake version 2.01a Using Qt version 4.7.4 in /usr/lib" and the result of "g++ -v" command is some like this: "andkos@linux-2zt3:~> g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.6/lto-wrapper Target: i586-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux Thread model: posix gcc version 4.6.2 (SUSE Linux) " , the "./buildQtLinux" command will probably make the runable "SimplePotter3D_1.0.1_Linux_SRC" file. ========================================== Requirements Windows: - installed mingw cross compiler package - installed Qt3. If the result of "qmake -v" command is some like this: "C:\Documents and Settings\Windows>qmake -v Qmake version: 1.07a (Qt 3.3.8) Qmake is free software from Trolltech ASA." and the "g++ -v" command results is some like this: "C:\Documents and Settings\Windows>g++ -v Reading specs from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.2/specs Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --e nable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --ena ble-interpreter --enable-hash-synchronization --enable-libstdcxx-debug Thread model: win32 gcc version 3.4.2 (mingw-special)" , the "buildQT.bat" command will probably make the "SimplePotter3D.exe" file.