-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
The documentation indicates to:
- configure
- make
Attempting these both and neither work.
$ ./configure
-bash: ./configure: No such file or directory
Looking in the Github package, there is no configure script anywhere with that specific name.
How is this meant to be installed?
Or if I use bootstrap, the make results in:
make all-recursive
make[1]: Entering directory `/home/user/splint/'
Making all in src
make[2]: Entering directory `/home/user/splint/src'
no -v -t -d --debug --no-lines -p lsl signature.y
make[2]: no: Command not found
make[2]: *** [signature.tab.c] Error 127
make[2]: Leaving directory `/home/user/splint/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/splint/'
make: *** [all] Error 2
Metadata
Metadata
Assignees
Labels
No labels