Skip to content

jcapo96/highland

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The highland distribution contains the following: 

- README: this file
- CMakeLists.txt: file used by cmake to know how to compile and build executables
- src: folder with the highland code
- scripts: folder with some useful scripts
- cmake: folder containing cmake scripts and modules

The folders src and scripts are described below

src
----------------------

Contains the source code of the highland framework, organized in two sets of packages, psyche and highland2


scripts
----------------------

- INSTALL.sh: creates makefile, compiles and sets all environment variables. Ready to execute !!!!
- cleanup.sh: removes everything created during compilation. It should be run from parent highland folder 

- setup.sh: sets environment variables
- chrootmap: used internaly by cmake


INSTALLATION
----------------------

To compile the code and set the environment just type:

> source scripts/INSTALL.sh

This needs to be done only the first time. If you change the code to recompile just do 

> cmake --build build
> cmake -P build/cmake_install.cmake 

Alternatively go inside the build folder and do:

> make
> make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • Other 1.6%