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

1.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:

2.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:

3.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

4.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

Change the C++ edit path:

5.Use The SynapTic Package Manager To Install The Python3.5 (Maybe You Python Version Is Not 3.5) All Dev And Module :

python        python-all        python-dev        python3-all      python3-dev

python-scipy      python3-scipy      python-tk          python3-tk      python-qt4

python3-qt4      numpty          sqliteman          python-sqlite     python-tz

libboost-python-dev    libboost-python-dev   python-support      python3-tz      python3-matplotlib  

python-paramiko   python-pam      python-commandnotfound python3-smbc     python3-uno

python-gnome2   python-feedparser    python-dnspython     python-pyinotify   python3-tornado

python-opencv  libboost-mpi-python-dev  python-debtagshw     python3-brlapi           QtPy4

totem-plugins-extra  ubuntu-drivers-common

6.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;

7.Install The Cmake use the SynapTic Package Manager ;

select Cmake,cmake-qt-gui,cmake-data

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

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

8.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:

9.Modify the visualize.py code:

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

  e:

The Linux Mint 18.1:Eclipse Run The C++ And Python ConfigorationWhen You achieve above step,you can run the c++ and python! (Next OTL ,PYOTL is Project That Write By Ruimin Shen(ability man) )的更多相关文章

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

    p { margin-bottom: 0.1in; line-height: 120% } # Copyright (c) 2016, 付刘伟 (Liuwei Fu)# All rights rese ...

  2. Linux mint 18版本开启SSH服务

    linux mint 18版本默认是没有安装ssh server的 需要手动安装 安装ssh server: 此命令需要联网,会自动下载安装 安装之后看是否开始了ssh, 看到ssh-agent 和s ...

  3. Linux Mint 18.1安装nvidia驱动

    硬件环境:Dell Inspiron 7557笔记本(i7,8G,GTX960M) 软件环境:Linux Mint 18.1(基于Ubuntu 16.04) 问题描述: Linux Mint 18.1 ...

  4. 在Linux Mint 19 / Linux Mint 18上安装VirtualBox 6.0 / 5.2

    如果你直接可以 sudo apt-get install virtualbox-6.0那就相安无事 否则参考https://www.itzgeek.com/how-tos/linux/linux-mi ...

  5. linux mint 18.3设置分辨率死机问题的解决方法

    linux mint 18.3由高分辨率设置为低分辨率的时候,会出现死机现象. 解决方法是:使用命令行: xrandr 查询所有支持的分辨率 然后通过 xrandr -s 1920x1080_59.9 ...

  6. 安装linux mint 18.3 后要做的

    使用u盘安装的linux mint 18.3,安装过程基本顺利 发现在安装过程中使用中文语言的话会使得下载附加软件的速度快很多 安装完成之后要做的事情有: 1.字体 默认的楷体字比较难看,在软件管理器 ...

  7. linux mint 18.2 install erlang

    由于Linux min 18.2仓库中的erlnag是18.2,我们手动安装最新版本,参考 https://www.erlang-solutions.com/resources/download.ht ...

  8. Linux mint 18.1 / Ubuntu 16.04 安装steam

    这里以Limit Mint 18.1为例: 安装steam: sudo dpkg -i steam.deb 运行后会有如下错误: 直接运行如下命令修复, 并自动启动steam: LD_PRELOAD= ...

  9. Linux Mint 18.2安装后需要进行的设置

    自己的笔记本电脑升级到win10后各种不好用,运行速度慢,开关机时间很长,系统也是经常性的更新,外加发热严重.更改设置和更换驱动都没能解决问题.另外感觉在Linux下能够更加专注,所以索性将主系统更换 ...

随机推荐

  1. HDOJ 5063 Operation the Sequence

    注意到查询次数不超过50次,那么能够从查询位置逆回去操作,就能够发现它在最初序列的位置,再逆回去就可以求得当前查询的值,对于一组数据复杂度约为O(50*n). Operation the Sequen ...

  2. 四个漂亮的CSS样式表

    1. 单像素边框CSS表格 这是一个非经常常使用的表格样式. 源码: <!-- CSS goes in the document HEAD or added to your external s ...

  3. 使用CountDownLatch和CyclicBarrier处理并发线程

    闲话不说,首先看一段代码: { IValueCallback remoteCallback = new IValueCallback.Stub() { <strong><span s ...

  4. Entity Framework 5 自定义代码生成模板 转

    Entity Framework 5 发布有一定时间了,但学习资源确实不多,更何况英语差的我,看英语确实费力,不管怎么样,问题还是解决了,查看很多人写的文章(让我看的想放弃,更想找到答案),都没有到到 ...

  5. 设置checkbox为只读(readOnly)

    方式一: checkbox没有readOnly属性,如果使用disabled=“disabled”属性的话,会让checkbox变成灰色的,用户很反感这种样式可以这样让它保持只读:设置它的onclic ...

  6. Idea安装GO语言插件

    https://github.com/go-lang-plugin-org/go-lang-idea-plugin 安装方法写的很清楚,网上也很多我就不细写了,只是有一个问题,下载插件下不下来,懒得找 ...

  7. Ubuntu下的截图工具

    转载自:http://os.yesky.com/88/8733088.shtml 相信大家对于屏幕截图(或称抓图)应该不会陌生,在Windows平台上,我们可以使用许多第三方的专业抓图软件如SnagI ...

  8. 13个不可不知的ASP.NET MVC扩展点

    13个不可不知的ASP.NET MVC扩展点 ASP.NET MVC设计的主要原则之一是可扩展性.处理管线(processing pipeline)上的所有(或大多数)东西都是可替换的.因此,如果您不 ...

  9. 任务分配book

    上次写某道findpath的时候,没有写个二分答案没有过,之后就发现自己貌似一开始学分治那一块的时候就没有把二分学好....就打算重新回顾一下 这道题还算水,就是太久没有写模拟wa了3次....对自己 ...

  10. last error : SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate veri

    今天在用搜狐提供的邮件群发系统的sdk,做发送邮件的测试时,提示: last error : SSL certificate problem, verify that the CA cert is O ...