- C++ Application Development with Code:Blocks
- Biplab Kumar Modak
- 317字
- 2021-07-23 15:33:14
Installing Code::Blocks on Windows>
Our primary focus of this book will be on Windows platform. However, we'll touch upon other platforms wherever possible. Official Code::Blocks binaries are available from www.codeblocks.org. Perform the following steps for successful installation of Code::Blocks:
- For installation on Windows platform download
codeblocks-12.11mingw-setup.exe
file from http://www.codeblocks.org/downloads/26 or from sourceforge mirror http://sourceforge.net/projects/codeblocks/files/Binaries/12.11/Windows/codeblocks-12.11mingw-setup.exe/download and save it in a folder. - Double-click on this file and run it. You'll be presented with the following screen:
- As shown in the following screenshot click on the Next button to continue. License text will be presented. The Code::Blocks application is licensed under GNU GPLv3 and Code::Blocks SDK is licensed under GNU LGPLv3. You can learn more about these licenses at this URL—https://www.gnu.org/licenses/licenses.html.
- Click on I Agree to accept the License Agreement. The component selection page will be presented in the following screenshot:
- You may choose any of the following options:
- Default install: This is the default installation option. This will install Code::Block's core components and core plugins.
- Contrib Plugins: Plugins are small programs that extend Code::Block's functionality. Select this option to install plugins contributed by several other developers.
- C::B Share Config: This utility can copy all/parts of configuration file.
- MinGW Compiler Suite: This option will install GCC 4.7.1 for Windows.
- Select Full Installation and click on Next button to continue. As shown in the following screenshot installer will now prompt to select installation directory:
- You can install it to default installation directory. Otherwise choose Destination Folder and then click on the Install button. Installer will now proceed with installation.
- As shown in the following screenshot Code::Blocks will now prompt us to run it after the installation is completed:
- Click on the No button here and then click on the Next button. Installation will now be completed:
- Click on the Finish button to complete installation. A shortcut will be created on the desktop.
This completes our Code::Blocks installation on Windows.
推薦閱讀
- The DevOps 2.3 Toolkit
- 程序設計與實踐(VB.NET)
- BeagleBone Media Center
- Mastering Swift 2
- SSM輕量級框架應用實戰
- 程序員修煉之道:通向務實的最高境界(第2版)
- 精通Python自動化編程
- HTML5+CSS3 Web前端開發技術(第2版)
- JavaScript程序設計(第2版)
- Building Serverless Architectures
- Extending Unity with Editor Scripting
- Java 從入門到項目實踐(超值版)
- SignalR:Real-time Application Development(Second Edition)
- Visual C++從入門到精通(第2版)
- Java程序設計實用教程(第2版)