Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Tuesday, October 3, 2017

A workflow for compiling software in Linux


autoreconf --install
./configure
make
make check
sudo checkinstall 
sudo make install

In most instances autoreconfig will not be required.

requires the following to be installed:

gcc
make
autoconfig
checkinstall

Please note you may need to change permissions of the checkinstall .deb package after compile time.


[Updated Oct 15, 2017]
Additionally: 

Running ldconfig after will reload any .so libraries you may have generated. Simply type:

sudo ldconfig -v

Some variations have been noted such as use of auto tools and cmake. For example:

mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig

Monday, September 28, 2009

Online Drawing

A quick search online today revealed some interesting programs for drawing and painting online. As if there were not enough distractions at work already.

If you have any experience with those tools post a comment on which ones you find best for your workflow, or explain how you find these tools enhance your workflow or creativity.