Skip to content

Instantly share code, notes, and snippets.

@javierhonduco
Last active July 6, 2021 06:41
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierhonduco/b5c93607732cf1bfb7d3898de1d39da2 to your computer and use it in GitHub Desktop.
Save javierhonduco/b5c93607732cf1bfb7d3898de1d39da2 to your computer and use it in GitHub Desktop.
Stupid guide on how to install FuzzyCLIPS on OSX and Linux

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 :)

@blubs
Copy link

blubs commented Sep 17, 2018

Pass the desired file as an option with the '-f' command-line option:
i.e.:
"./fz_clips -f file.clp"

@albertovpd
Copy link

albertovpd commented May 10, 2021

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 :)

@javierhonduco
Copy link
Author

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

@albertovpd
Copy link

@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)

Copy link

ghost commented Jul 6, 2021

Some guide for windows?

@albertovpd
Copy link

I do believe there's an executable for Windows. Sorry, can't help much, I used a non-public tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment