This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# boost 1.46.1, from msys | |
$ bootstrap.bat --with-toolset=mingw | |
$ mv project-config.jam project-config.jam.old | |
$ sed s/mingw/gcc/g project-config.jam.old > project-config.jam | |
$ bjam.exe --prefix=C:/boost/boost-1.46.1 -j8 | |
$ bjam.exe install | |
# boost 1.54.0, from cmd.exe | |
> boostrap.bat mingw | |
> b2.exe --prefix=C:\Libs\boost toolset=gcc -j8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://aur.archlinux.org/cgit/aur.git/snapshot/lcov.tar.gz | tar zxf - | |
cd lcov | |
makepkg -csi |
OlderNewer