![]() |
|
| Updated on: Apr 19, 08 | |
|
DOWNLOAD
The terms "free softwares" in the license mean freedom not price. OpenCity is an opensource software but not a freeware. Before downloading and using this software, you should read the license carefully. Thank you.
Main binary and source releasesThe concept of binary releases can be summarized in 3 words: download, unzip and play. They are system-specific and recommended for normal users. The stable versions are well tested and should be used instead of the beta releases. These downloads are maintained by the OpenCity team.
Community releasesThe following releases are contributed by OpenCity city simulation's fans around the world. You may not find the lastest version for your system but they are great.
Linux binary release's notesThe Linux autoinstaller was prepared with the AutoPackage tools. Normally, all you have to do is lauching it and it will install everything you need to run OpenCity. By the way, a working OpenGL system is required to play OpenCity smoothly. Win32 binary release's notesThe binary executable was compiled with Microsoft Visual Studio 2005 and packaged with InnoSetup. No extra libraries are needed, they are all shiped with the package. WiNE's notesAll the win32 releases are known to run successfully under WiNE with built-in DLLs. It means that you do not even need to have Windows installed to run the win32 binary releases under WiNE. Lastest features
SVN trunk access instructions:svn co https://opencity.svn.sourceforge.net/svnroot/opencity/trunk/opencity SVN branch access instructions:svn co https://opencity.svn.sourceforge.net/svnroot/opencity/branches/x.y.z/opencity Where "x.y.z" denotes the OpenCity SVN stable version Snapshot installation instructions:unpack the tarball cd OpenCity-x.y.z/developmentmodule/ ./autogen.sh mkdir obj cd obj ../configure --enable-debug make make install cd $PREFIX/bin/opencity/bin ./opencity Uninstall instructions:make uninstall |