-
Notifications
You must be signed in to change notification settings - Fork 0
Lab Computers
aidandenlinger edited this page Apr 12, 2022
·
3 revisions
We don't have root access on the lab computers :(
Key things to note:
- To use conan the easiest technique is installing with
pip
. Either use a virtual env to install it in or install for your user with--user
. - Not all the computers have the same software. I can validate that computers 4, 7, and 21 have Visual Studio 2019 installed, but only a trial version and you'd have to sign into Microsoft. Computer 20 has Visual Studio 2017 installed with a product key.
-
cmake
can be accessed via theDeveloper Command Prompt
for Visual Studio.- it uses
cmd
. Usecd /d H:
to change to theH
drive.
- it uses
Currently works on comp 21