diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:22:42 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:22:42 +0100 |
| commit | c0ba63117980d0afb4e1882f7c2f3073c932b81f (patch) | |
| tree | 17ee2c20709708e635344c7c0678132242b7a9ac /README.md | |
| parent | c7fbc7e1237f0cc907070cd85167ac5728b0b518 (diff) | |
Add Python README.md, improve other READMEs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -14,13 +14,11 @@ be downloaded by the caller. ## Build & test Build shared library for current platform: - ```shell make ``` Build shared library for specified OS & architecture (example): - ```shell make OS=windows ARCH=386 ``` @@ -28,13 +26,11 @@ make OS=windows ARCH=386 Results will be output in `exports/`. Test Go code: - ```shell make test-go ``` Test wrappers: - ```shell make test-wrappers ``` |
