Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 939 Bytes

README.md

File metadata and controls

44 lines (39 loc) · 939 Bytes

PASCAL-S to C Compiler

一键配置

安装依赖

sudo apt-get update && sudo apt-get -y install gcc g++ gdb flex bison cmake git openssh-server

配置git

git config --global user.name "Your name" 
git config --global user.email "Your email"

配置ssh key (直连可跳)

ssh-keygen -t rsa

一路回车确定

alt text

cat ~/.ssh/id_rsa.pub

复制显示内容

alt text

进入Settings

alt text

进入SSH and GPG keys

alt text

Add new SSH key

alt text

clone仓库

git clone [email protected]:lewisacid2021/PASCAL-S-compiler.git
# 直连执行 git clone https://github.com/lewisacid2021/PASCAL-S-compiler.git

进行初始化

cd PASCAL-S-compiler
chmod +x init.sh
./init.sh