Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 714 Bytes

MajorMS

Major Mnemonic System (MajorMS), is a tool that converts numbers into consonants, then into words by adding vowels.

It is used to help in memorizing numbers following major system (also called the phonetic number system, phonetic mnemonic system, or Hérigone's mnemonic system). The system works on the principle that images can be remembered more easily than numbers.

Build instructions

  1. Use conan to download the depencencies and generate the files that CMake needs:
conan install . --output-folder=build --build=missing
  1. Use CMake to build the project:
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .