- 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:

推薦閱讀
- Python數據可視化:基于Bokeh的可視化繪圖
- Learn to Create WordPress Themes by Building 5 Projects
- Photoshop智能手機APP UI設計之道
- Visual Basic編程:從基礎到實踐(第2版)
- Python零基礎快樂學習之旅(K12實戰訓練)
- 算法精粹:經典計算機科學問題的Python實現
- 編寫高質量代碼:改善C程序代碼的125個建議
- Python Network Programming Cookbook(Second Edition)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Hands-On Full Stack Development with Go
- Java Web開發詳解
- Solr Cookbook(Third Edition)
- Java EE 8 and Angular
- React and React Native
- Hands-On ROS for Robotics Programming