Linux
-
Install build dependencies
Requires Qt 6.10
-
Clone the repository
git clone https://github.com/GioBigno/simple-cards.git && cd simple-cards
-
Compile
# Configure mkdir build && cd build cmake .. -DCMAKE_PREFIX_PATH=<path/to/Qt> -DCMAKE_BUILD_TYPE=Release # Build cmake --build .
-
Install
cmake --install . --prefix <custom/installation/prefix>
WebAssembly
-
Install build dependencies
Requires
- Qt 6.10
- Emscripten
-
Clone the repository
git clone https://github.com/GioBigno/simple-cards.git && cd simple-cards
-
Compile
# Configure mkdir build && cd build /path/to/qt-wasm/qtbase/bin/qt-cmake .. -DCMAKE_PREFIX_PATH=<path/to/Qt> -DCMAKE_BUILD_TYPE=Release # Build cmake --build .
-
Install
Setup an HTTP server in the build directory and access
simplecards.html.
If using wasm_multithread (suggested) the server must sendCross-Origin-Opener-PolicyandCross-Origin-Embedder-Policyheaders.
icons: https://www.svgrepo.com/collection/chunk-16px-thick-interface-icons
