i've downloaded the sources and binaries for dev c++ in linux, and now in the last part where it says [QUOTE]
This will launch the installation script. Follow the instructions and after the installation finish, change to your dev-c++ directory ($HOME/dev-c++ by default) and type :
$> ./devcpp [/QUOTE]
there's an error message saying this: [QUOTE]
./devcpp: error while loading shared libraries: libqt.so.2: cannot open shared object file: No such file or directory [/QUOTE]
how do i fix this?
thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i've downloaded the sources and binaries for dev c++ in linux, and now in the last part where it says
[QUOTE]
This will launch the installation script. Follow the instructions and after the installation finish, change to your dev-c++ directory ($HOME/dev-c++ by default) and type :
$> ./devcpp
[/QUOTE]
there's an error message saying this:
[QUOTE]
./devcpp: error while loading shared libraries: libqt.so.2: cannot open shared object file: No such file or directory
[/QUOTE]
how do i fix this?
thanks.
You do realize that this version of Dev was abandoned years ago?
Wayne