I am also a newbie to Linux. I have just been in touch with Fedora for half a month. I feel that installing things in Linux has higher requirements for matching packages. Many things are not very clear, install Eclipse as well. (I) install the package jre-6u23-linux-i586-rpmeclipse-cpp used by jresponsecdt
I am also a newbie to Linux. I have just been in touch with Fedora for half a month. I feel that installing things in Linux has higher requirements for matching packages. Many things are not very clear, install Eclipse as well.
(1) install jre eclipse cdt
Pack jre-6u23-linux-i586-rpm eclipse-cpp-helios-SR1-linux-gtk used
Cdt-master-7.0.0-I201006141710
Related documents used in this article:
Free in http://linux.linuxidc.com/
The username and password are both www.linuxidc.com
The specific download directory is in the/pub/2011/07/28/Fedora 14 GTK + Environment setting/
(1) create a java folder under/usr/local/
(2) Move jre-6u23-linux-i586-rpm to/usr/local/java for compilation and Installation
(3) set the environment variable vi/etc/profile to add at the end of the file
PATH = $ PATH:/usr/java/jre1.6.0 _ 23/bin
ExportJAVA_HOMR =:/usr/java/jre1.6.0 _ 23
ExportCLASSPATH = $ JAVA_HOME/lib :.
Run the Esc capital ZZ command to save and exit.
(4) Move the eclipse-cpp-helios-SR1-linux-gtk to/usr/local/java and unzip it.
(5) Move the cdt-master-7.0.0-I201006141710 to/usr/local/java and then extract the unzipped plugins
Copy the files in features to the/usr/local/java/eclipse/plugins and features folders.
Now, the C/C ++ compiling environment in eclipse has been set up. You can try a helloworld applet.
(2) libpcap libnet libnids package installation
Pack bison-2.4.3 flex-2.5.35 m4-1.4.15 used
Libpcap-1.1.1 libnet-1.1.4 libnids-1.24
(1) install bison flex m4 in yum install
(2) require make to install the libpcap-1.1.1 libnet-1.1.4 libnids-1.24 after/usr/local/lib
Copy libnet. so libnet. so.1 libnet. so.1.5.0 to/usr/lib.
I encountered a problem when installing the libnids package, but I directly ignored it because I didn't use it later.
If anyone has solved the same problem, please advise.
(3) gtk + Environment Configuration
This is mainly about the link. I will paste the figure I set below.