This project is a C++ application designed to generate convenient text for creating a spreadsheet with the student lessons for the BEST Lviv recruitment marketing campaign.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- CMake version 3.10 or higher
- A C++14 compatible compiler
- Clone the repository
git clone https://github.com/PicklesRcool/BestScheduleParser.git
- Navigate to the project directory
cd BestScheduleParser
- Create a build directory and navigate to it
mkdir build && cd build
- Run CMake to generate the build files
cmake ..
- Build the project
make
After building the project, you can run the application with:
./BestScheduleParser <input_file>
Where <input_file>
is the path to the input file. You then specify <output_file>
, which is the path to the output file, at the start of the program.