File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,25 @@ Building USBaspHIDUART from source is very straightforward :
107107
108108> Note: You'll need [ FreePascal] 3.0.4 and higher installed.
109109
110+ ( it's always better to build in another directory )
110111
111- i.e. for Windows ( it's always better to build in another directory )
112+ Windows
112113
113114```
114115<pathtocloneddir>\utility\USBaspHIDUART>mkdir build
115116<pathtocloneddir>\utility\USBaspHIDUART>cd build
116117<pathtocloneddir>\utility\USBaspHIDUART\build>fpc.exe -MObjFPC -FU. -Fu..\hidapi.pas ..\USBaspHIDUART.pas -o.\USBaspHIDUART.exe
117118```
118119
120+ Linux \ FreeBSD
121+
122+ ```
123+ <pathtocloneddir>\utility\USBaspHIDUART>mkdir build
124+ <pathtocloneddir>\utility\USBaspHIDUART>cd build
125+ <pathtocloneddir>\utility\USBaspHIDUART\build>fpc.exe -MObjFPC -FU. -Fu../ -Fu../hidapi.pas -dUseCThreads ../USBaspHIDUART.pas -o./USBaspHIDUART
126+ ```
127+
128+
119129[ a fork by Ralph Doncaster ] : < https://github.com/nerdralph/usbasp >
120130[ with USBISP modules ] : < https://www.sciencetronics.com/greenphotons/?p=938 >
121131[ WCID ] : < https://github.com/pbatard/libwdi/wiki/WCID-Devices >
You can’t perform that action at this time.
0 commit comments