Changeset 353 for doc/html/install.html
- Timestamp:
- 06/02/09 10:08:06 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/install.html
r323 r353 67 67 Source code</a></h2> 68 68 is available from svn repository: <a href="http://mys.utia.cas.cz:1800/svn/mixpp">http://mys.utia.cas.cz:1800/svn/mixpp</a><p> 69 For download use an appropriate SVN client <a href="http://subversion.tigris.org/links.html#clients">http://subversion.tigris.org/links.html#clients</a><h3><a class="anchor" name="pre"> 69 For download use an appropriate SVN client <a href="http://subversion.tigris.org/links.html#clients">http://subversion.tigris.org/links.html#clients</a><p> 70 Download the source files to any directory of your choise, this directoory will be refered to as <bdm_dir>.<h3><a class="anchor" name="pre"> 70 71 Prerequisities</a></h3> 71 72 You need to have the following tools available on your system: <ul> … … 87 88 Make sure you have cmake installed.<p> 88 89 Expert users are advised to download and compile their ITPP version following a guide on : <a href="http://itpp.sourceforge.net/current/installation.html">http://itpp.sourceforge.net/current/installation.html</a><p> 89 For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are provided at: <a href="http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip">http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip</a> If you want to use them copy the content of the zip file to win32\ directory and make sure to set your PATH environment variable: <div class="fragment"><pre class="fragment"> Path = %PATH%; <bdm_dir>\win32\dll90 For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are provided at: <a href="http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip">http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip</a> If you want to use them copy the content of the zip file to <bdm_dir>\ directory and make sure to set your PATH environment variable: <div class="fragment"><pre class="fragment"> Path = %PATH%; <bdm_dir>\system\win32\dll 90 91 </pre></div> Otherwise you will not be able to run any programs.<p> 91 92 Compilation of BDM:<p> 92 When everything is set-up, make a copy of win32/run_cmake.bat, edit it to reflect your environment (i.e. change paths to cmake and your C++ target environment) and run it.<p>93 When everything is set-up, make a copy of system\win32\run_cmake.bat, edit it to reflect your environment (i.e. change paths to cmake and your C++ target environment) and run it.<p> 93 94 It should generate build files for your compiler in the main BDM directory<h2><a class="anchor" name="mac"> 94 95 Mac OS X</a></h2> 95 96 All prerequisities for Mac OS X are avaliable except for ITPP, make sure you have them installed.<p> 96 97 However, its compilation is straightforward.<p> 97 1. Download the latest stable release from <a href="http://itpp.sourceforge.net">http://itpp.sourceforge.net</a> 2. Compile it using script mac/itpp_compile.sh<p>98 1. Download the latest stable release from <a href="http://itpp.sourceforge.net">http://itpp.sourceforge.net</a> 2. Compile it using script system/mac/itpp_compile.sh<p> 98 99 The default cmake configuration is looking for itpp in directory mac/itpp, make sure you have symlinks to this directory.<p> 99 100 If itpp compilation is successfull, you can run Cmake. Fill in the paths to your BDM directory, run Configure followed by Create. Configuration files for your favourite build environment should be created in the BDM directory. </div> 100 <hr size="1"><address style="text-align: right;"><small>Generated on T hu Apr 23 21:06:432009 for mixpp by 101 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by 101 102 <a href="http://www.doxygen.org/index.html"> 102 103 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>