-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOW TO IMPORT DLIB lib #1
Comments
Driver-Drowsiness-Detection-master |
Please assign me this issue |
Preparation CMake: This is because dlib was developed in C based programming language, so it needs this program to use it. It can be found in the link https://cmake.org/download/. To make sure matching with your operation system, in our case is Windows 10 64-bit version. Visual studio: As I mentioned before, dlib is C based programming language. Another thing that really need is compiler. The Visual studio can be downloaded in the link https://visualstudio.microsoft.com/visual-cpp-build-tools/. After finishing the installation, you need to install additional packages for C, C++ programming, which is Packages CMake tools for Windows Note For checking whether the PATH already added or not, you can go to Environment Variables on Windows by go to This PC > Properties > Advance system settings. Then, go to Tab Advanced and click on Environment Variables. Another windows will pop-up and click Edit… how to install dlib in windows 10 for python how to install dlib in windows 10 for python pip install cmake pip install dlib C, C++ is being used for program complying |
Please assign me this issue |
Added Rock_Paper_Scissors game using python.
No description provided.
The text was updated successfully, but these errors were encountered: