File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,13 @@ During evalation
75
75
76
76
## how to build
77
77
78
+ In the example below I "assume" you have a directory GIT where you checkout all your projects.
79
+
78
80
### I want to run it on my linux/cygwin, I have GCC
79
81
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
82
85
83
86
It'll compile and run it for you, you'll have a lisp prompt.
84
87
@@ -107,6 +110,13 @@ In a directory:
107
110
108
111
These will now be in the same directory.
109
112
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
+
110
120
- unix: esp-lisp > ./run
111
121
112
122
That will compile and run it on your desktop, it will also make the flash for the esp.
You can’t perform that action at this time.
0 commit comments