0
votes
1answer
143 views

How can I install PIKLAB on 12.04?

I'm trying to install PIKLAB IDE for Microchip PIC controllers programming but got stuck at an error message as below: -- Could NOT find Threads (missing: Threads_FOUND) CMake Error at ...
1
vote
2answers
192 views

How to install TestDisk from source

I have just come downloading a software called testdisk-6.14-WIP.linux26.tar.bz2. Therefore I'm wondering how to deal with the installation.
0
votes
0answers
30 views

nsd DNS server for Ubuntu - how to “maintain” software that comes as source only in production?

Trying apt-get update && apt-cache search dns nsd I can see that 12.04 doesn't come with a binary package for nsd. Its advantages and its maturity, however, made me consider it in the first ...
1
vote
0answers
353 views

How can I install Celtx 2.9.7 properly on Ubuntu 12.04 LTS?

I am new to Ubuntu and Linux and I want to install and use the newest version of the screenwriting software Celtx on Ubuntu 12.04 LTS. After trying ...
3
votes
1answer
459 views

Building SANE from git-source produce backend missmatch on 12.04 even if built locally

It seems to me that with Ubuntu Precise Pangolin it is all but easy to do a proper install of SANE from source (git-repo). I've found other scanning issues trying to find an answer to this, where the ...
0
votes
0answers
200 views

Remove remmina compiled from source

Ubuntu 12.04 comes with Remmina 0.9.99.1 as its latest update Then I installed Remmina version 1.0.0 from source. It makes a problem while I am connecting to RDP. And since I need to work with RDP, ...
0
votes
1answer
539 views

How to install appcelerator titanium on ubuntu 12.04?

I downloaded the available zip file which -from its name- seems to be gtk, and when trying to run TitaniumStudio as explained in the installation guide run the TitaniumStudio executable I get ...
0
votes
1answer
197 views

Can we add back track tools to 12.04?

If possible, then how can I add the tools available under Back Track Linux to my Ubuntu 12.04 distribution. I prefer their functionality from the terminal.
2
votes
1answer
3k views

Ubuntu 12 breaks gcc 4.7 build from source

I use C++11 extensively, so right after installing the new Xubuntu 12.04 LTS release, I went to build gcc from source. After getting the required dependencies using sudo apt-get build-dep ...