Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (19 loc) · 1.06 KB

Clibean

A command line tool for Membean

Information

  • Clibean is very early in development and the program may not compile at the moment
  • I will update this README when a working version is ready
  • Feel free to contribute or ask questions!

Build and run instructions (Linux and MacOS only)

  1. Install the prerequisites:
  • Ubuntu: sudo apt install build-essential libssl-dev git cmake
  • Arch Linux: sudo pacman -S --needed base-devel openssl git cmake
  • MacOS:
    1. Install the command line tools for Xcode and Homebrew
    2. Install OpenSSL and CMake: brew install openssl cmake
    3. Run ln -s /usr/local/opt/openssl/include/openssl /usr/local/include
    4. Run ln -s /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib /usr/local/lib/
  1. Clone the repository: git clone https://github.com/campital/Clibean.git
  2. Run cmake . inside the src directory to prepare the files
  3. Run make to compile
  4. Run ./clibean to start a training session!