You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,25 @@ Please read [EXPLAIN.md](EXPLAIN.md) to learn more about PicoLisp and this HTTPS
26
26
27
27
# Getting Started
28
28
29
-
These FFI bindings require the [Neon C library](http://www.webdav.org/neon/), compiled as a shared library. It is included here as a [git submodule](http://git-scm.com/book/en/v2/Git-Tools-Submodules).
29
+
These FFI bindings require the [Neon C library](http://www.webdav.org/neon/), compiled as a shared library.
30
30
31
-
1. Type `./build.sh` to pull and compile the _Neon C Library_.
31
+
1. Type `make` to pull and compile the _Neon C Library_.
32
32
2. Include `https.l` in your project (it loads `ffi.l` and `internal.l`).
33
33
3. Try the [examples](#examples) below
34
34
35
35
### Linking and Paths
36
36
37
37
Once compiled, the shared library is symlinked as:
0 commit comments