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) )
# 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) )的更多相关文章
- 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 ...
- Linux mint 18版本开启SSH服务
linux mint 18版本默认是没有安装ssh server的 需要手动安装 安装ssh server: 此命令需要联网,会自动下载安装 安装之后看是否开始了ssh, 看到ssh-agent 和s ...
- Linux Mint 18.1安装nvidia驱动
硬件环境:Dell Inspiron 7557笔记本(i7,8G,GTX960M) 软件环境:Linux Mint 18.1(基于Ubuntu 16.04) 问题描述: Linux Mint 18.1 ...
- 在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 ...
- linux mint 18.3设置分辨率死机问题的解决方法
linux mint 18.3由高分辨率设置为低分辨率的时候,会出现死机现象. 解决方法是:使用命令行: xrandr 查询所有支持的分辨率 然后通过 xrandr -s 1920x1080_59.9 ...
- 安装linux mint 18.3 后要做的
使用u盘安装的linux mint 18.3,安装过程基本顺利 发现在安装过程中使用中文语言的话会使得下载附加软件的速度快很多 安装完成之后要做的事情有: 1.字体 默认的楷体字比较难看,在软件管理器 ...
- linux mint 18.2 install erlang
由于Linux min 18.2仓库中的erlnag是18.2,我们手动安装最新版本,参考 https://www.erlang-solutions.com/resources/download.ht ...
- Linux mint 18.1 / Ubuntu 16.04 安装steam
这里以Limit Mint 18.1为例: 安装steam: sudo dpkg -i steam.deb 运行后会有如下错误: 直接运行如下命令修复, 并自动启动steam: LD_PRELOAD= ...
- Linux Mint 18.2安装后需要进行的设置
自己的笔记本电脑升级到win10后各种不好用,运行速度慢,开关机时间很长,系统也是经常性的更新,外加发热严重.更改设置和更换驱动都没能解决问题.另外感觉在Linux下能够更加专注,所以索性将主系统更换 ...
随机推荐
- js实现tooltip动态提示效果(文字版)
页面中经常用到鼠标移动到一个元素上面显示提示的功能,最开始的做法是在下面创建一个div然后动态显示这个div,但是这样需要加很多div,比较麻烦. 针对上面个的需求,这边写了一个tooltip动态提示 ...
- ASP.NET-FineUI开发
ASP.NET-FineUI开发 随笔分类 - FineUI ASP.NET-FineUI开发实践-10 摘要: 嵌套Grid,光棍月大放送,不藏着掖着.实在写的不好,没脸藏啊~只考虑显示排序修改 ...
- css-缩写
border缩写 /*缩写前*/ element{ border-top-width:1px; border-top-style:solid; border-top-color:#cccccc; } ...
- U盘安装Win7
声明:本方法仅仅适用于windows 7 的安装. 工具准备: 1.网上下载一个windows 7 系统.最好是纯净版的,非Gost 版.虽然装机慢了一些,但到用时就体会到他的流畅. 2.Window ...
- .NET:线程本地存储、调用上下文、逻辑调用上下文
.NET:线程本地存储.调用上下文.逻辑调用上下文 目录 背景线程本地存储调用上下文逻辑调用上下文备注 背景返回目录 在多线程环境,如果需要将实例的生命周期控制在某个操作的执行期间,该如何设计?经典的 ...
- discuz X3.1的门户文章实现伪静态,利于搜索引擎收录url的地址修改
最近在捣鼓DZ框架,这两天发现文章的收录情况并不是太理想,做了很多优化方面的工作,今天主要解决了DZ门户的文章链接伪静态化,在这次修改之前,也做过一次在网上找的静态化修改,之前做的方式是: 1.在DZ ...
- NuGet安装及简单使用
通过Visual Studio安装NuGet 直接下载并安装NuGet 一.通过Visual Studio安装NuGet 打开Visual Studio扩展管理器 2.选择联机库,并在搜索中写入NuG ...
- 搞定KMP匹配算法
KMP算法介绍及实现——轻松搞定KMP匹配算法 本文介绍了字符串匹配算法中的BF算法和KMP算法.本文中KMP算法介绍部分是关于KMP算法相关文章中最简洁的一篇文章之一.下一篇将继续介绍Horspoo ...
- hone hone clock人体时钟
hone hone clock是个十分有趣的人体时钟,这个时钟代码分两种一种是背景透明的,一种 是白色背景的,把你喜欢的代码添加到你的网页中适当位置即可.两种代码如下: <script char ...
- npm 安装与常用命令
下载nodejs并安装,会附带安装npm工具https://nodejs.org/en/download/ npm 常用命令#在执行命令时需要管理员权限,mac请用sudo来执行,windows请使用 ...