Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 547 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 547 Bytes

Coffee++

Linux

Fedora:

sudo dnf install gcc-c++ boost-devel waf-python3

Ubuntu:

sudo apt install python3 g++ libboost-program-options-dev libboost-test-dev

Windows

Set up MSYS2 and install Waf, GCC and Boost:

pacman -S mingw-w64-x86_64-waf mingw-w64-x86_64-gcc mingw-w64-x86_64-boost

Build

waf

On Ubuntu you'll need to run the included Waf binary instead:

./waf

Usage

./build/coffee++ test.cf++