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下能够更加专注,所以索性将主系统更换 ...
随机推荐
- 图解:SQL Server SSIS包和job的部署攻略
原文:图解:SQL Server SSIS包和job的部署攻略 以下将建立一个SQL Server SSIS包 然后在job中使用这个包,并将job部署到目标机器 1. 首先建立ssis包,使用sql ...
- List environment variables from Command Prompt
Request: List the environment variables from Command Promt To list one varibales , the syntax is lik ...
- 学习html5的WebSocket连接
1.什么是WebSocket WebSocket 是一种自然的全双工.双向.单套接字连接.使用WebSocket,你的HTTP 请求变成打开WebSocket 连接(WebSocket 或者WebSo ...
- android音乐播放器开发 SweetMusicPlayer
智能负载直插式歌词
在一份书面的使用MediaPlayer播放音乐, http://blog.csdn.net/huweigoodboy/article/details/39862773.假设没有本地歌词怎么办?如今来将 ...
- javascript脚本化文档
1.getElememtById /** * 获取指定id的的元素数组 */ function getElements(/*ids...*/) { var elements = {}; for(var ...
- C#程序的157个建议
编写高质量代码改善C#程序的157个建议——导航开篇 前言 由于最近工作重心的转移,原来和几个同事一起开发的项目也已经上线了,而新项目就是在现有的项目基础上进行优化延伸扩展.打个比方,现在已经上线 ...
- C#简单实现贪吃蛇程序(LinQ + Entity)
做梦想起来的C#简单实现贪吃蛇程序(LinQ + Entity) 最近一直在忙着单位核心开发组件的版本更新,前天加了一个通宵,昨天晚上却睡不着,脑子里面突然不知怎的一直在想贪吃蛇的实现方法.以往也有类 ...
- C# STA和MTA线程设置
参考资料: http://www.yesky.com/20010207/158097.shtml http://www.ftponline.com/china/XmlFile.aspx?ID=242 ...
- iOS基础 - 控制器管理
一.Container 一个iOS的app很少只由一个ViewController组成,除非这个app极其简单.当app中有多个ViewController的时候,我们就需要对这些ViewContro ...
- DirectX And Com
Windows游戏编程读书笔记(5)——初识DirectX和COM 一.COM 1.什么是COM对象 一个COM对象事实上是一个或一套实现了大量接口的C++类 2.COM的优点 不用重新编译你的程序就 ...