# 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. Extjs 组件继承 模板说明(同GridPanel案件)

    1. 重写initComponent()方法,并在该方法在调用父类的initComponent()方法.  如:subclass.superclass.initComponent.call(this) ...

  2. 【MS SQL】数据库维护计划之数据库备份(一)

    原文:[MS SQL]数据库维护计划之数据库备份(一) 在做数据库备份之前,一定会听到:完整备份.差异备份.增量备份.事务日志备份...等词:下面配图进行说明. 完整备份:完整数据库备份包含数据库中的 ...

  3. Scala是一门现代的多范式编程语言

    Scala是一门现代的多范式编程语言 Scala是一门现代的多范式编程语言,志在以简练.优雅及类型安全的方式来表达常用编程模式.它平滑地集成了面向对象和函数语言的特性. Scala是面向对象的:Sca ...

  4. C#泛型回顾点滴

    前言 C#的泛型一直是学习者津津乐道的课题了,这确实是一个非常有用的特性,不过在实际使用中,还是有很多需要注意的地方,我们需要通过自己动手实践以及结合理论进行理解,最终总结出自己的编码规范和最佳实践 ...

  5. ext日期加减任意天数

    1.Ext.util.Format.date(new Date().add(Date.DAY, 5), 'Y-m-d'), 'Y-m-d') 2.Ext.util.Format.date(new Da ...

  6. 利用自定义的AuthenticationFilter实现Basic认证

    [ASP.NET MVC] 利用自定义的AuthenticationFilter实现Basic认证   很多情况下目标Action方法都要求在一个安全上下文中被执行,这里所谓的安全上下文主要指的是当前 ...

  7. Idea构建Maven项目教程

    Idea构建Maven项目,以及其中遇到的坑,及解决方案 步骤一:配置Idea的maven插件 步骤二:创建maven项目 file-->new-->project 下一步,设置group ...

  8. nant build

    http://stackoverflow.com/questions/700871/publish-webapplication-using-nant <target name="co ...

  9. Carmichael Numbers - PC110702

    欢迎访问我的新博客:http://www.milkcu.com/blog/ 原文地址:http://www.milkcu.com/blog/archives/uva10006.html 原创:Carm ...

  10. Binder机制,从Java到C (4. Parcel)

    1. 远程调用的数据传输 在远程的函數中,必然会需要传递一些数据,那这些数据是怎么传输的呢? 在IPC中,Proxy端的作用就是将一些参数打包,然后发送出去,下面是在Proxy端经常会遇见的调用远程方 ...