Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

hybros/build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HYBROS

Building

Run:

git clone https://github.com/hybros/build
cd build
chmod +x bootstrap.sh build.sh   # adds exec flag for this file (maybe unnecessary on your platform)
./bootstrap.sh

The 'bootstrap.sh' will try to install the required compilers etc. and clone all needed sources. If anything goes wrong please adjust the script to your needs.

Now you can start the compilation with:

./build.sh

or:

cd build
CC=clang CXX=clang++ meson.py ..
ninja

With the second method it is recommend to use the latest version of Clang by setting CC=clang-3.8 and CXX=clang++-3.8 e.g.

About

This repository contains build files and starts the compilation of HYBROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages