Skip to content

mactul/system_abstraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemAbstraction

Installation

To install this library, you need xmake, you can download it here: https://xmake.io/#/guide/installation

Then, you should run:

git clone https://github.com/mactul/system_abstraction/
cd system_abstraction
xmake f -m debug --build-tests=n
xmake -r
xmake install

You can also use the install.sh script instead of the 3 last commands:

git clone https://github.com/mactul/system_abstraction/
cd system_abstraction
sh install.sh

Troubleshooting

One some systems, you may have to update your environment variables You can edit the script nano /etc/environment or your bashrc/zshrc/etc... Add these lines:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
RPATH=$RPATH:/usr/local/lib

Then, restart your environment.

Features

About

This library is here to create cleaner big projects, without utils.c files and to improve systems portability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages