Create a .deb package from source files
If your build from source is successful, you can make a Debian (Ubuntu/Kubuntu) package (.deb) for future use:
Install package tools:
sudo apt-get install checkinstall
Rebuild package using "checkinstall":
cd /path/to/extracted/package
./configure
sudo make
sudo checkinstall
Keep the resulting ".deb" file for future use. It can later be installed using:
sudo dpkg -i packagename.deb
Note: These are basic instructions that may not always work. Some packages require additional dependencies and optional parameters to be specified in order to build them successfully. More info about .deb package structure can be found here.
1More
1More
An Introduction To Object Oriented CSS (OOCSS) - Smashing Coding - 0 views
Installing Sun Java 6 on Ubuntu 11.10 - Oneiric Oclrot | Bhaveshnande's Blog - 1 views
DiarioLinux » Upstart: una introducción para los viejos rockeros de init - 2 views
Picking A Mobile Support Strategy For Your Website - Smashing Magazine - 2 views
LiveValidation - Examples - 0 views
Visualising Garbage Collection in the JVM | RedStack - 1 views
« First
‹ Previous
61 - 80 of 109
Next ›
Last »
Showing 20▼ items per page