# Lab 0: Intro and Setup
主页:https://inst.eecs.berkeley.edu/~cs61c/su20/labs/lab00/
- Exercise 1: Course Policies 注意实现,略。
- Exercise 2: Setup
- Exercise 3: Command Line Essentials 熟悉命令行工具。
- Exercise 4: Fun with Git 熟悉 git 。
# 环境配置
docker + Ubuntu 20.04 。
$ sudo apt update
$ sudo apt upgrade
$ sudo apt dist-upgrade
$ sudo apt install build-essential cgdb default-jre gdb git python3 python3-pip valgrind
1
2
3
4
2
3
4
windows 下安装 Python 3.X 和 Java 9+