Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpcano/majorms
https://github.com/jpcano/majorms
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpcano/majorms
- Owner: jpcano
- License: mit
- Created: 2024-12-14T23:35:42.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T21:10:08.000Z (11 days ago)
- Last Synced: 2024-12-23T22:20:03.489Z (11 days ago)
- Language: C++
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
conan install . --output-folder=build --build=missing
```2. Use CMake to build the project:
```shell
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
```