Xflashcard is a lightweight flashcard studying program.
Please refer to example.txt for an example of how to create flashcard files.
Please make sure you have the following packages installed to your system:
make gcc git
.
If you are unsure, run the following command to install them (Ubuntu):
sudo apt-get install make gcc git
.
Then you can build the program using the following commands:
git clone https://github.com/h5p9sl/xflashcard
cd xflashcard
make clean all
Windows support is mediocre. You may run into unforeseen issues.
Please make sure you have the following software installed to your system:
Then you can build the program using the following commands:
git clone https://github.com/h5p9sl/xflashcard
cd xflashcard
mingw32-make clean all