Hi,
I tried to install on Ubuntu 8.04 - Hardy Heron
System requirements are installed (qt4 (libqt4-dev) and ALSA (libasound2-dev))
****FIRST****
Here what I see in the terminal (see problems in lines 7 and 8):
francis@francis-pc:~/scx-tools/scx-recorder$ qmake -project "LIBS += -lQtNetwork -lasound"
francis@francis-pc:~/scx-tools/scx-recorder$ qmake
francis@francis-pc:~/scx-tools/scx-recorder$ make
g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -DQT_SHARED -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o AboutSCXDialog.o AboutSCXDialog.cpp
make: g++ : command not found
make: *** [AboutSCXDialog.o] Erreur 127
francis@francis-pc:~/scx-tools/scx-recorder$
****SECOND****
I'm new to Linux and have a lot to learn about the how to install with the terminal.
How do I start the program ?
Should I type :
francis@francis-pc:~/scx-tools/scx-recorder$ scx-recorder
If I do, I got :
bash: scx-recorder : command not found
Please help. Thanks!
Simply install your build-essential package.
sudo apt-get install build-essential
Please mark as closed, he simply doesn't have G++