Linux >
A common way to install software from source:
./configure && make && make install
If you were installing dependencies, then make sure you run .. ldconfig is it?
Table of Contents [hide]
Troubleshooting ∞
bash: ./configure: No such file or directory ∞
Solution:
su apt-get install gcc-c++
