- 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.
推薦閱讀
- iOS Game Programming Cookbook
- DevOps for Networking
- TestNG Beginner's Guide
- Working with Odoo
- Python Interviews
- Deep Learning with R Cookbook
- Webpack實戰:入門、進階與調優(第2版)
- Photoshop智能手機APP界面設計
- PostgreSQL Developer's Guide
- Managing Windows Servers with Chef
- Practical Responsive Typography
- Visual C++程序開發范例寶典
- Splunk Developer's Guide(Second Edition)
- 數據結構和算法(Python和C++語言描述)
- Android移動應用程序開發