Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10547564
README.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
1 KB
Referenced Files
None
Subscribers
None
README.txt
View Options
====================================
Research on Self-Awareness Framework
====================================
Build Dependencies:
------------------
* CMake (minimum version 2.8.8)
* Build system of your choice with a standard C++ compiler (targeted by CMake)
Runtime Dependencies:
--------------------
Nothing yet :)
Build:
-----
The framework is delivered with a CMake project, which can be used to generate
build projects to build the framework. Consult README.build for details.
Using YCM:
---------
If you happen to use YMC, just make a copy of the provided
ycm_extra_conf.py.template file as .ycm_extra_conf.py in the project directory,
and set the following two variables in it:
* compilation_database_folder: the absolute path of your build directory
* extra_system_include_dirs: any system include directory which might not be
search by libclang.
See: https://github.com/Valloric/YouCompleteMe/issues/303; use the
following command to figure out the used system directories:
'echo | clang -std=c++11 -v -E -x c++ -'.
You probably want compile with clang if you use YCM, so run cmake with
environment variables CC=clang and CXX=clang++ set.
Also note that header files in the include directory are compiled for YCM with
the compiler flags of a corresponding source file in the lib directory, if any.
Header files in other locations are supposed to have a corresponding source
file in the same directory.
If the project's include directory (include/rosa) would be ever changed, then
that needs to be also modified in the YCM configuration file.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 30, 11:45 PM (20 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328966
Default Alt Text
README.txt (1 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment