Difference between revisions of "Modules - Folder Structure"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Applicable to [[Modules - Guidelines v0.3|Robot Component Guidelines v0.3]]. Full implementation is not necessary, as this folder stucture is designed for compiled (''c++''-style) projects. For advise on naming modules, check [[Modules - Naming Modules and Variables]] page. For UNIX-like operating systems, a [[Project-generating script]] has been developed. <!-- [http://roborepo.uc3m.es/svn/ASIBOTcoderepo/trunk/tools/mkproy].--> | |
+ | ---- | ||
* doc/ | * doc/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* out/ | * out/ | ||
** share/ | ** share/ | ||
Line 23: | Line 10: | ||
* src/ | * src/ | ||
* AUTHORS | * AUTHORS | ||
+ | * CMakeLists.txt | ||
* INSTALL | * INSTALL | ||
− | |||
− | Notes: | + | ---- |
− | + | ||
− | + | <U>Notes:</U> | |
− | + | * ''share'' is intended for inclusion of multiplatform data for execution of the program, such as .mp3 sounds, etc... | |
− | * share | ||
− |
Latest revision as of 08:45, 20 October 2010
Applicable to Robot Component Guidelines v0.3. Full implementation is not necessary, as this folder stucture is designed for compiled (c++-style) projects. For advise on naming modules, check Modules - Naming Modules and Variables page. For UNIX-like operating systems, a Project-generating script has been developed.
- doc/
- out/
- share/
- win32/
- linux-x86/
- ...
- src/
- AUTHORS
- CMakeLists.txt
- INSTALL
Notes:
- share is intended for inclusion of multiplatform data for execution of the program, such as .mp3 sounds, etc...