Skip to content

Commit

Permalink
added dependencies for fpgajtag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-401 committed Feb 23, 2018
1 parent 1b73817 commit 17f7491
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/build.md
Expand Up @@ -115,13 +115,16 @@ $ cd ..
$ cd mega65-core
```

You need ```fpgaprog``` installed to make use of the improved tool-chain.
You need ```fpgajtag``` installed to make use of the improved tool-chain.
See below for info:
```
$ cd .. (to get out of the $git_root dir)
$ git clone https://github.com/cambridgehackers/fpgajtag.git
$ cd fpgajtag
$ make
```
if the above fails, ```sudo apt-get install libusb-1.0-0-dev``` and ```make```.
```
$ sudo cp src/fpgajtag /usr/local/bin
$ cd ..
$ cd mega65-core
Expand Down

0 comments on commit 17f7491

Please sign in to comment.