CP Buddy is a Command Line Interface tool made using C++ to push reminders for the upcoming competitions on various CP platforms, mainly CodeForces.
The project is in an infant stage and is expected to be developed within the month of October 2020.
The setup and build is done using CMake.
-
Go to a suitable directory you want this project to be cloned. Open up your terminal.
-
git clone https://github.com/houseofgeeks/CP-Buddy.git --recursive
(Remember to add--recursive
to the command.) -
Open the CP-Buddy directory with VS Code.
-
Press
Ctrl + Shift + P
to issue a command. Look forCmake: Configure
. (You might see your Intellisense picking the project up and making a build directory. In such a case, skip this step) -
Build the project by issuing a build command or look for the
build
option in the extension panel at the bottom. -
Look for an executable named
CP-Buddy
and execute it in your bash.
OR
-
Follow the first 3 steps mentioned above.
-
Open up the terminal inside main directory of the repository.
-
Issue the command
cmake .
. This will create abuild
folder which will contain all the binaries.
Checkout the Contributing Guidelines which you need to follow.
Also, go though the Code of Conduct for this project.