Skip to content

campital/Clibean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A command-line tool for Membean training

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published