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

@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