This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
installation [2018/01/24 13:42] 185.62.108.185 |
installation [2018/01/24 13:47] (current) 185.62.108.185 |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| To get the actual version, checkout it from the repository (you must have access to it first): | To get the actual version, checkout it from the repository (you must have access to it first): | ||
| + | |||
| ''cvs -d prutok.cmi.cz:/cvs co xraytrace'' | ''cvs -d prutok.cmi.cz:/cvs co xraytrace'' | ||
| - | Then, go to the folder ''xraytrace'' and run the ''make'' command. | ||
| You should have the following tools and libraries to get the software compiled: | You should have the following tools and libraries to get the software compiled: | ||
| * gcc | * gcc | ||
| - | * xraylib | + | * [[https://github.com/tschoonj/xraylib/wiki|xraylib]] |
| * Nvidia CUDA (if the graphics card support is requested, it can run also without it) | * Nvidia CUDA (if the graphics card support is requested, it can run also without it) | ||
| - | For visualisation we recommend [[Paraview]] and [[Gwyddion]], this is also used in the examples. | + | To compile the software, go to the folder ''xraytrace'' and run the command |
| + | |||
| + | ''make'' | ||
| + | |||
| + | The ''xraytrace'' binary should be created within the directory. | ||
| + | |||
| + | |||
| + | For visualisation we recommend [[http://www.paraview.org|Paraview]] and [[http://gwyddion.net|Gwyddion]], this is also used in the examples. | ||