You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build from source because I am using Ubuntu 20.04. However, when I run this command "cmake .. -DBUILD_BINARY_PACKAGES=ON -DBUILD_SOURCE_PACKAGES=OFF -DPACKAGE_OUTPUT_TYPE=deb" the directories inside the build/src folder are empty. Can I install the depencies using the available 18.04 deb packages?
what scrimmage commit are you on? You can see this with git rev-parse HEAD 566ef92
describe any changes you made to scrimmage.
None
If you can recreate the issue using only plugins in the scrimmage repository, what mission file are you running?
None, I am trying to install it on Ubuntu 20.04 yet.
The text was updated successfully, but these errors were encountered:
Answer the following questions:
what are you trying to do?
Install custom built binary dependencies.
what is the problem and how can it be recreated?
I am trying to build from source because I am using Ubuntu 20.04. However, when I run this command "cmake .. -DBUILD_BINARY_PACKAGES=ON -DBUILD_SOURCE_PACKAGES=OFF -DPACKAGE_OUTPUT_TYPE=deb" the directories inside the build/src folder are empty. Can I install the depencies using the available 18.04 deb packages?
what scrimmage commit are you on? You can see this with
git rev-parse HEAD
566ef92
describe any changes you made to scrimmage.
None
If you can recreate the issue using only plugins in the scrimmage repository, what mission file are you running?
None, I am trying to install it on Ubuntu 20.04 yet.
The text was updated successfully, but these errors were encountered: