- C++ Application Development with Code:Blocks
- Biplab Kumar Modak
- 241字
- 2021-07-23 15:33:14
Installing Code::Blocks on Linux>
Code::Blocks runs numerous Linux distributions. In this section we'll learn about installation of Code::Blocks on CentOS linux. CentOS is a Linux distro based on Red Hat Enterprise Linux and is a freely available, enterprise grade Linux distribution. Perform the following steps to install Code::Blocks on Linux OS:
- Navigate to Settings | Administration | Add/Remove Software menu option. Enter
wxGTK
in the Search box and hit the Enter key. As of writing wxGTK-2.8.12 is the latest wxWidgets stable release available. Select it and click on the Apply button to installwxGTK
package via the package manager, as shown in the following screenshot. - Download packages for CentOS 6 from this URL—http://www.codeblocks.org/downloads/26.
Unpack the
.tar.bz2
file by issuing the following command in shell:tar xvjf codeblocks-12.11-1.el6.i686.tar.bz2
- Right-click on the
codeblocks-12.11-1.el6.i686.rpm
file as shown in the following screenshot and choose the Open with Package Installer option. - The following window will be displayed. Click on the Install button to begin installation, as shown in the following screenshot:
- You may be asked to enter the root password if you are installing it from a user account. Enter the root password and click on the Authenticate button. Code::Blocks will now be installed.
- Repeat steps 4 to 6 to install other rpm files.
We have now learned to install Code::Blocks on the Windows and Linux platforms. We are now ready for C++ development. Before doing that we'll learn about the Code::Blocks user interface.
推薦閱讀
- C語言程序設計習題解析與上機指導(第4版)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- 架構(gòu)不再難(全5冊)
- Learning RabbitMQ
- Visual Basic程序設計(第3版):學習指導與練習
- FFmpeg入門詳解:音視頻原理及應用
- 你不知道的JavaScript(中卷)
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會議系統(tǒng)
- 大模型RAG實戰(zhàn):RAG原理、應用與系統(tǒng)構(gòu)建
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- Java Fundamentals
- JavaScript程序設計:基礎(chǔ)·PHP·XML
- Linux Networking Cookbook
- Mastering Magento Theme Design
- C語言程序設計:現(xiàn)代方法(第2版)