- Timestamp:
- 06/15/09 18:27:16 (16 years ago)
- Location:
- doc/local
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/local/codingrules.dox
r375 r377 40 40 <ul> 41 41 42 <li> if possible, each ` #inline ... ' dircetive should be located within the `.h'43 file, one obvious exception is the case of ` #inline [filename].h' written in42 <li> if possible, each `\#include ... ' dircetive should be located within the `.h' 43 file, one obvious exception is the case of `\#include "[filename].h"' written in 44 44 `[filename].cpp' </li> 45 45 46 46 <li> firstly, system headers should be included (i.e. those with brackets 47 ` #include <header_name>'), other headers (like `#include my_header_name.h')47 `\#include \<system_header_name\>'), other headers (like `\#include "my_header_name.h"') 48 48 should follow (this rule leads to the faster search of an error on some 49 49 compilators) </li> -
doc/local/install.dox
r353 r377 18 18 For download use an appropriate SVN client http://subversion.tigris.org/links.html#clients 19 19 20 Download the source files to any directory of your choise, this directoory will be refered to as <bdm_dir>.20 Download the source files to any directory of your choise, this directoory will be refered to as \<bdm_dir\>. 21 21 22 22 \subsection pre Prerequisities … … 57 57 For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 58 58 provided at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip 59 If you want to use them copy the content of the zip file to <bdm_dir>\system\win32\directory and59 If you want to use them copy the content of the zip file to \<bdm_dir\>/system/win32/ directory and 60 60 make sure to set your PATH environment variable: 61 61 \code