Skip to content

Commit fb76fa7

Browse files
committed
update instrucitons
1 parent 597939f commit fb76fa7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,13 @@ During evalation
7575

7676
## how to build
7777

78+
In the example below I "assume" you have a directory GIT where you checkout all your projects.
79+
7880
### I want to run it on my linux/cygwin, I have GCC
7981

80-
- Get https://github.com/yesco/esp-lisp
81-
- esp-lisp> ./run
82+
- unix:GIT> git clone http://github.com/yesco/esp-lisp.git --recursive
83+
- unix:GIT> cd esp-lisp
84+
- unix:GIT/esp-lisp> ./run
8285

8386
It'll compile and run it for you, you'll have a lisp prompt.
8487

@@ -107,6 +110,13 @@ In a directory:
107110

108111
These will now be in the same directory.
109112

113+
Create a file path-add-esp (one level up from esp-lisp).
114+
It should contain something like:
115+
116+
unix:GIT> cat path-add-esp
117+
export PATH=/home/USER/...GIT/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
118+
unix:GIT> source path-add-esp
119+
110120
- unix:esp-lisp> ./run
111121

112122
That will compile and run it on your desktop, it will also make the flash for the esp.

imacs

Submodule imacs updated 1 file

0 commit comments

Comments
 (0)