Download - ytomino/drake GitHub Wiki
Contents
Clone this repository.
git clone git://github.com/ytomino/drake.git # for gcc-7 git clone git://github.com/ytomino/drake.git -b gcc-6 # for gcc-6 git clone git://github.com/ytomino/drake.git -b gcc-4.9 # for older gcc
Attention, I sometimes reformat old commits to merge branches for old gcc, or other more trivial reasons (like fixing typos)... If you see the message (forced update) when using commands like git fetch or git pull , using git reset origin/master may fix the issue.
Or click the Download ZIP button in github.
Download one set of the pre-translated headers for your environment. Click the Download ZIP button in gist, or clone it.
Or install headmaster to translate headers at build time.
If you are feeling lucky it may be possible to use drake on untested environments (like *BSD other than FreeBSD that I use), but it will be difficult and adjustments may have to be made.