- PostgreSQL for Data Architects
- Jayadevan Maymala
- 129字
- 2021-07-23 19:41:23
Building and creating the executables
This step compiles all the source files and generates the executables. The makefile created in the configure step is used by the gmake
utility. These files are not copied to standard directories, such as bin
, /usr/bin
, /usr/local/bin
, and so on. We have the option to make all the options available (the contrib
modules, source, and so on), or just the core. It's also possible to build just the core now and add the necessary contrib
modules later on. We will build everything now, rather than adding the necessary modules later. Hence, the command is:
gmake world
The process takes a few minutes to complete, and in the end says PostgreSQL, contrib, and documentation successfully made. Ready to install
, as shown in the following screenshot:

推薦閱讀
- 零基礎PHP學習筆記
- 算法訓練營:入門篇(全彩版)
- 樂學Web編程:網站制作不神秘
- Internet of Things with the Arduino Yún
- Hands-On C++ Game Animation Programming
- Magento 1.8 Development Cookbook
- QGIS By Example
- 智能搜索和推薦系統:原理、算法與應用
- “笨辦法”學C語言
- Beginning C++ Game Programming
- 代替VBA!用Python輕松實現Excel編程
- R High Performance Programming
- Instant JRebel
- Learning Yeoman
- React Native -Building Mobile Apps with JavaScript