mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
fixing issue in the readme where the clone command for the dtc compiler was missing .git
This commit is contained in:
@ -10,7 +10,7 @@ For Python2.7::
|
|||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git build-essential python-dev python-pip flex bison chip-dt-overlays -y
|
sudo apt-get install git build-essential python-dev python-pip flex bison chip-dt-overlays -y
|
||||||
git clone https://github.com/atenart/dtc
|
git clone https://github.com/atenart/dtc.git
|
||||||
cd dtc
|
cd dtc
|
||||||
make
|
make
|
||||||
sudo make install PREFIX=/usr
|
sudo make install PREFIX=/usr
|
||||||
@ -25,7 +25,7 @@ For Python3::
|
|||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git build-essential python3-dev python3-pip flex bison chip-dt-overlays -y
|
sudo apt-get install git build-essential python3-dev python3-pip flex bison chip-dt-overlays -y
|
||||||
git clone https://github.com/atenart/dtc
|
git clone https://github.com/atenart/dtc.git
|
||||||
cd dtc
|
cd dtc
|
||||||
make
|
make
|
||||||
sudo make install PREFIX=/usr
|
sudo make install PREFIX=/usr
|
||||||
|
Reference in New Issue
Block a user