- Learn WebAssembly
- Mike Rourke
- 78字
- 2021-08-13 15:38:59
Installing GNU make on Windows
You can install GNU make on Windows using Chocolatey. Open up Command Prompt or PowerShell and run the following command:
choco install make
You may need to restart the CLI to use the make command. Once restarted, run the following command to validate the installation:
make -v
If you see version information, continue to the next section. If you encounter issues, you may need to download and install the setup package at http://gnuwin32.sourceforge.net/packages/make.htm.
推薦閱讀
- 精通Nginx(第2版)
- 自然語言處理實戰:預訓練模型應用及其產品化
- Linux環境編程:從應用到內核
- PhoneGap Mobile Application Development Cookbook
- Drupal 8 Module Development
- Python語言實用教程
- OpenGL Data Visualization Cookbook
- Geospatial Development By Example with Python
- Getting Started with Nano Server
- Visual C++從入門到精通(第2版)
- HTML5游戲開發實戰
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Hands-On ROS for Robotics Programming
- Java Web 從入門到項目實踐(超值版)
- Learning QGIS(Second Edition)