Skip to content

JensGM/Atmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atmos

Merge install prefixes though removable symlinks.

Getting started

Installations should be done into separate directories in a root directory. In the example below, we install some_library to ~/atmos/some_library and make symlinks to it in /usr/local/.

atmos set atmos_root ~/atmos
atmos set dest_root /usr/local

mkdir some_library/build
cd some_library/build
cmake .. install --prefix ~/atmos/some_library
make && make install

sudo atmos link some_library

To undo the symlinks, you can run the following

sudo atmos unlink some_library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages