Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

moznuy/Reed-Muller-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reed-Muller-Program

Compilation tested on Linux and Windows

Common

git clone https://github.com/moznuy/Reed-Muller-Program.git
cd Reed-Muller-Program
mkdir build
cd build

Linux

cmake <> ..  # where <> are your building args
make

Windows

cmake -G "Visual Studio 15 2017" <> ..  # where <> are your building args; may work with other versions 
# Open .sln . Next is Microsoft stuff.

TODOs:

  1. print -> std::ostream, std::cout