Skip to content

Work with the entire Aurae environment's source code is a single place.

License

Notifications You must be signed in to change notification settings

wesen/environment

 
 

Repository files navigation

Aurae Installer and Builder Environment

High level environment management for the Aurae runtime suite. Use this to develop against the suite. Use this to install the project toolchain into various Linux distributions.

If you are working directly with the aurae toolchain, or its source code you should probably start here.

Compiling and Installing

All Aurae projects follow the make and make install convention. This is just a global wrapper for all of them.

Currently the project leverages Linux abstract namespaces for sockets. Because of this dependency we must use rust "nightly" to compile Aurae.

rustup default nigthly 

To install everything Aurae on a Linux distribution run the following from this repository

make submodules # Please do not forget to do this!

# Then just follow a normal process
make 
sudo -E make install

Or a wrapper for everything

make all

About

Work with the entire Aurae environment's source code is a single place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 82.4%
  • Makefile 17.6%