1. Installation¶
1.1. Install Visual Studio Code¶
dLib was fully created and is supported by Visual Studio Code. Due to this, we recommend using it as an editor.
1.2. Install PROS IDE¶
dLib is a PROS library that can be installed as an extension.
Click on the extensions icon (the icon with the blocks)
Search up
PROSin the search boxClick
Installon the PROS extension created by Purdue ACM SigbotsAfter PROS is installed, you’ll be prompted to install the PROS toolchain in the bottom right corner of your screen
Once the toolchain is installed, you will see the PROS icon below the extensions icon, click on this icon
Click
Create Projecton the menu that appears after clicking the PROS icon and select an empty/new folderGive the project a name, select v5, and select the latest kernel version
A new folder will open that contains your PROS project
Congrats! You have successfully installed PROS.
1.3. Install dLib¶
In order to use dLib, you must download the template file.
Download the dLib template file
Move this template file into your project directory (on the top level)
Click on the PROS icon located below the extensions icon as mentioned earlier
Click
Integrated Terminalon the menu that appears after clicking the PROS iconInside of this terminal, type
pros c fetch dlib@0.0.2.zipand hit enterAfterwards, type
pros c apply dliband hit enter
Congrats! You have successfully installed dLib.