-
Installing Code::Blocks (@ Ububtu 18.04) - 코드블럭 우분투 설치AAU_Robot 2020. 7. 13. 16:51
Ref : https://askubuntu.com/questions/1030720/how-to-install-latest-codeblocks-from-tar-xz
How to install latest Code::Blocks from tar.xz?
How to install latest Code::Blocks using codeblocks_17.12-1_amd64_stable.tar.xz? Software center has an old version and I am not able to configure. How to install? Why is there no documentation for
askubuntu.com
http://wiki.codeblocks.org/index.php/Installing_Code::Blocks
Installing Code::Blocks - CodeBlocks
MS Windows Linux Ubuntu Debian Fedora Blag Gentoo Platypux Arch Linux RPM based distributions Such as: Red Hat Linux, Yellow Dog Linux, Fedora Core, CentOS, etc. etc. BSD FreeBSD OpenBSD Solaris Mac OS X Derivatives Working on Code::Blocks sources from wit
wiki.codeblocks.org
Todo 1. Install GCC compiler
$ sudo apt-get install gcc
$ sudo apt-get install g++
Todo 2. Install the Code::Blocks
$ cd ~/Downloads
$ wget https://kent.dl.sourceforge.net/project/codeblocks/Binaries/17.12/Linux/Debian%20stable/codeblocks_17.12- 1_amd64_stable.tar.xz
$ tar -xf codeblocks_17.12-1_amd64_stable.tar.xz
$ sudo dpkg -i *17.12*.deb
Todo 3. Solve the error related to dependency.
sudo apt-get install -f
Wow! Success!! Let's give big hands to our selves. :)
애드센스 -'AAU_Robot' 카테고리의 다른 글
ros delete & reinstall (ROS 삭제 후 재설치) (0) 2020.06.29 [ROS] Catkin_workspace setting (0) 2020.06.03 [Error] ROS gazebo - symbol lookup error : (0) 2020.06.01 [ROS] Basic URDF & RViz (manipulator_1) (0) 2020.05.29