The scons utility builds software (or other files) by determining which component pieces must be rebuilt and executing the necessary commands to rebuild them.
3
votes
1answer
6k views
How can I install boost-devel in Ubuntu 12.04?
I want to compile flvtool++, but it requires boost-devel libraries.
I tried to install it via this command:
sudo apt-get install boost-devel
But I got the error:
E: Unable to locate package ...
1
vote
0answers
20 views
How to upload a scons project to a ppa?
my question is just what the title suggests.
There doesn't seem to be a way to upload builds to a ppa which have been build by the scons build system, but pretty much only traditional Makefile ...