- Mastering Assembly Programming
- Alexey Lyashko
- 54字
- 2021-08-20 10:23:31
Step 1 - installing GAS
Open your favorite terminal emulator and issue the following command:
sudo apt-get install binutils gcc
If you are on a Debian-based distribution or if it is RH based, then use the following command:
sudo yum install binutils gcc
Alternatively, you can use the following:
su -c "yum install binutils gcc"
推薦閱讀
- C++程序設計教程
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Clojure for Domain:specific Languages
- C#程序設計教程
- 軟件項目管理實用教程
- PHP+MySQL網站開發項目式教程
- Unity 2D Game Development Cookbook
- Beginning C++ Game Programming
- Instant jQuery Boilerplate for Plugins
- Julia數據科學應用
- ArcPy and ArcGIS(Second Edition)
- 輕松學Scratch 3.0 少兒編程(全彩)
- 零基礎學Java(升級版)
- LabVIEW案例實戰
- Mastering Docker(Second Edition)