In order to install FuzzyCLIPS on OSX and Linux you simply have to
- Clone the repo
$ git clone git@github.com:rorchard/FuzzyCLIPS.git && cd FuzzyCLIPS/source
- Compile it
$ make fzclips
- Use the binary!
🎉
$ ./fz_clips
Happy FuzzyCLIPS'ing :)
In order to install FuzzyCLIPS on OSX and Linux you simply have to
$ git clone git@github.com:rorchard/FuzzyCLIPS.git && cd FuzzyCLIPS/source
$ make fzclips
$ ./fz_clips
Happy FuzzyCLIPS'ing :)
Pass the desired file as an option with the '-f' command-line option:
i.e.:
"./fz_clips -f file.clp"
Hi there,
I'm having issues compiling it.
/usr/bin/ld: cannot find -ltermcap
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile.cl:53: fz_clips] Error 1
make[1]: Leaving directory '/home/vargas/Documents/data/FuzzyCLIPS/source'
make: *** [Makefile:19: fzclips] Error 2
Any suggestion is more than welcome :)
Oh wow, did not realise this was useful for others!
@albertovpd, unsure what the error could be but try installing termcap
. Alternatively, see if /lib/libtermcap.so*
exists and if it does, maybe create a soft link pointing to /lib/libtermcap.so
@javierhonduco it is really helpful indeed. I have a short deadline and I'm doing it the easy way (windows), nevertheless if I find something useful I'll post it for future interested people (I was running it on Linux 20.04 by the way)
Some guide for windows?
I do believe there's an executable for Windows. Sorry, can't help much, I used a non-public tool
Thank you for posting this for Mac OS X. Is there a way to import a file into fuzzy clips?