Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefterisjp/refubuildsystem
The build system for Refu
https://github.com/lefterisjp/refubuildsystem
Last synced: 21 days ago
JSON representation
The build system for Refu
- Host: GitHub
- URL: https://github.com/lefterisjp/refubuildsystem
- Owner: LefterisJP
- Created: 2015-03-27T16:11:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T15:56:34.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T20:41:10.169Z (about 1 month ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
#+TITLE: Refu build system
#+AUTHOR: Lefteris KarapetsasFor the official build info look at the combined [[https://github.com/LefterisJP/refulang][refu language repo]].
Alternatively if you are feeling adventurous and want to clone the latest versions of each separate
repository yourself do the following, to use the build system repo to pull the other repos.
#+begin_src sh
mkdir refu
cd refu
git clone [email protected]:LefterisJP/refubuildsystem.git build_system
ln -s build_system/SConstruct SConstruct
scons update_all
#+end_srcAfter that you can build the different repos and their tests with scons commands like
#+begin_src sh
scons clib
scons clib_tests
scons core
scons lang_tests
#+end_src