Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:documentation:devguide:src_organization [2018/05/03 15:05] marisa |
wiki:documentation:devguide:src_organization [2019/12/18 18:16] (current) marisa |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ^ Folder^Description^ | ^ Folder^Description^ | ||
| |**build/cmake** | Contains the CMake scripts with commands, macros and functions used to build the environment for compiling libraries and executables in different platforms using the CMake tool| | |**build/cmake** | Contains the CMake scripts with commands, macros and functions used to build the environment for compiling libraries and executables in different platforms using the CMake tool| | ||
| + | |**build/scripts** | Scripts for building TerraLib on different platforms using the CMake tool| | ||
| |**doc** |Help files and doxygen stufs | | |**doc** |Help files and doxygen stufs | | ||
| |**examples** |Some examples on how to use TerraLib API| | |**examples** |Some examples on how to use TerraLib API| | ||
| Line 16: | Line 17: | ||
| ---- | ---- | ||
| - | If you want to build TerraLib, first take a look at the [[:wiki:documentation:devguide:dependencies|Third-party libraries]] you will need to have in your system. | + | If you want to build TerraLib, first take a look at the [[:wiki:documentation:devguide:dependencies|Third-party libraries]] needed. |