The Linux Mint 17.1:Eclipse Run The C++ And Python Configoration

 

# Copyright (c) 2016, 付刘伟 (Liuwei Fu)
# All rights reserved.
# 转载请注明出处

1.Install The Java JDK

  Under The File usr We New a file call Java;

  e:

 

 

  Open Java :

  Copy the JDK To The Java and Unzip;

  e:

 

  Use the Command change the java environment
  e:

 

  append to the command to ends:

  export JAVA_HOME=/usr/java/jdk1.8.0_101

  export PATH=$JAVA_HOME/bin:$PATH

  export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

  e:

 

  Save and Quite;(use The Command :wq!)

  make the jdk used we need the command:

  then we will see the jdk could be used:

2.Install The Eclipse,g++ Use The SynapTic Package Manager:

  Eclipse :you should select the eclipse and eclipse-cdt-qt

  e:

 

  g++:just select g++

  e:

 

3.Run The Eclipse By The Root Use The Command:

  ./eclipse

  e:

 

  eclipse /*This Command Is Slow Than The First One*/

  e:

  Then:Run The Eclipse By The User;

  e:

4.Install The PyDev:

  Downloat The PyDev 3.5 Or Other Version (Suggest The High Version)

  Unzip The PyDev.zip Then You Will Find Two Files:features and plugins

  Copy the files Under The features to the eclipse's features

  Copy The files Under The plugins to The eclipse's plugins

  Change The Authority of the eclipse file use the command:

  sudo chmod -R 777 eclipse

  e:

  The Path Of Eclipse Is :/usr/lib/eclipse

5.To Run The Eclipse By The Root You Will See The Module Of Pydev Is Installed;

  ./eclipse

  e:

eclipse

  e:

Change the python version:click the Quick Auto-Config and select the python3.4 and remove the python2.7 ,python;just save a python3.4

 

6.Use The SynapTic Package Manager To Install The Python3.4 (Maybe You Python Version Is Not 3.4) All Dev And Module ,I Will Show The Module In The Module Atitile;

7.Install The Boost libraries:

  Download The Boost libraries

  Unzip The boost libraries

  In The Boost File Use The Command:

  ./bootstrap.sh

  e:


 

 

 

 

  ./b2

  e:


 

 

 

 

  ./b2 install

  e:


 

 

 

  In The Normal Solution,Boost Will Be Success;

8.Install The Cmake use the SynapTic Package Manager ;

When You achieve above step,you can run the c++ and python!

(Next OTL ,PYOTL is Project That Write By Ruimin Shen(ability man) )

9.To Compile The OTL ,PYOTL Use The Cmake

  OTL:You Should Change The Path And Set  As Same As To me!,If Not Find The Path ,Maybe You Went Wrong in the Above Step!

  e:

p1:

 

p2:

 

p3:

 

PYOTL:You Should Change The Path And Set  As Same As To me!

  e:

p1:

p2:

p3:

10.Import The Eclipse And We Can Write C++ ,Python!  Enjoy It!

  e:

 

posted @ 2016-10-11 10:57  FuShare  阅读(423)  评论(0)    收藏  举报