Views
Source Dependencies
From Axiom
Source code prerequisites
There are several source requirements to fully compile and test the Axiom codebase. These are dependent upon your operating system so make sure you use the correct listing.
- Windows x86/x64
- Version 0.8.*.*
- If you are going to use the XNA RenderSystem, then install the XNA Game Studio 3.1 from here http://www.microsoft.com/downloads/en/details.aspx?FamilyID=80782277-d584-42d2-8024-893fcd9d3e82&displaylang=en
- If you are going to use the DirectX9 RenderSystem, then install the SlimDX runtime ( Jan 2012 ) from here http://www.slimdx.org/download_jan12.php
- SVN Trunk
- If you are going to use the XNA RenderSystem, then install the XNA Game Studio 4.0 from here http://www.microsoft.com/download/en/details.aspx?id=23714
- To Compile the Test Projects you'll need
- Install Gallio from here http://www.gallio.org/Downloads.aspx (Includes mbUnit)
- Install TypeMock from here http://site.typemock.com/
- Linux x86/x64
Use apt-get, Synaptic Package Manager, or any other method to install the following packages
- libdevil1c2
- libfreetype6
- libtaoframework-*
- nvidia-cg-toolkit
- Ubuntu 12.04
- To run the samples on Ubuntu 12.04 I also needed to download the following package (in addition to those required by Linux x86/x64):
- libx11-dev
How to get an Open Source License for TypeMock
http://site.typemock.com/free-open-source-license-form/
Fill in your name and email, and use http://www.axiom3d.net for the project, they will send you a key for an open source license.
Next: Building Axiom



