- 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.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- GAE編程指南
- PHP 7底層設計與源碼實現
- OpenCV 3和Qt5計算機視覺應用開發
- Python計算機視覺編程
- Koa開發:入門、進階與實戰
- 數據結構案例教程(C/C++版)
- C++新經典
- Python極簡講義:一本書入門數據分析與機器學習
- 好好學Java:從零基礎到項目實戰
- C語言程序設計簡明教程:Qt實戰
- C++ System Programming Cookbook
- OpenCV Android Programming By Example
- Java Hibernate Cookbook
- Parallel Programming with Python