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 releases

The 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.

OS Stable Beta Development Notes
GNU/Linux
0.0.5.1 0.0.5 0.0.6 read it
Win32
0.0.5 0.0.5 read it
WiNE
0.0.4 0.0.4 read it

Community releases

The 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.

OS Version Notes
Mandriva Linux
0.0.5.1 available in "contrib" for Mandriva 2008
Debian Linux
0.0.4
0.0.5.1

avaiable in Debian Sid (unstable)
Arch Linux
0.0.4 search for opencity
or try 0.0.5.1 here
SuSE Linux
0.0.5.1 for SuSE 10.1 and superior
Slackware Linux
0.0.5
Ubuntu
0.0.4 please try Debian Sid for lastest release
MacOS X
0.0.4 for MacOS 10.4
Pardus GNU/Linux
0.0.5.1
Frugalware GNU/Linux
0.0.5.1

Linux binary release's notes

The 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 notes

The 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 notes

All 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

Warning

If you are interested in my work, you can download a snapshot release here or check out the lastest version from SourceForge repository using a SVN client. Thoses releases are really badly tested, they can bring your whole system down, even burn your hard-disks or your monitors ! By the way OpenCity uses all the CPU power it can get to run your city. And, I have heard that an user got his CPU burnt into ashes ecause of intensive computing works. An extra CPU freezing system (not a cooling one) is strongly recommended. In other words, those releases are for advanced users only. You're warned !



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