You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release provides a precompiled binary file suitable for execution on a Linux machine. If you would prefer to compile your own version, download the source code and run the following commands:
Installation from Source
========================
* cd to the root directory of the CAFE source
* Type "./configure"
* Type "make"
* The cafe executable will be built in the "release" directory.
Basic Installation
==================
Copy the binary file "release/cafe" to somewhere on your path. /usr/local/bin is often used.