Skip to content
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

Installation Procedure bugs #137

Open
mike9420 opened this issue Apr 5, 2024 · 1 comment
Open

Installation Procedure bugs #137

mike9420 opened this issue Apr 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mike9420
Copy link

mike9420 commented Apr 5, 2024

Problems I've had when reinstalling various times and steps I did to reproduce:

open WSL
git clone [email protected]:tritonuas/obcpp.git

docker run hello-world

mkdir build

cd obcpp
code .
(Open code in VSCode)

(Reopen in dev container in VSCode)

mkdir build
cd build
cmake ..
-> Command 'cmake' not found -> IN VSCODE TERMINAL sudo apt install cmake

cmake ..
Could not make proto path relative: ../protos/obc.proto: No such file or directory
-> IN WSL TERMINAL git submodule update --init

cmake ..
make

@Samir-Rashid
Copy link
Contributor

Thanks for writing this. We need to add some quick debug steps, update the instructions for protos submodule, and add some WSL info (clone repo in WSL because of line endings, need Docker desktop and have to use container for development NOT just WSL, SSH key cloning issues (clone outside of container, but in WSL)).

@Tyler-Lentz Tyler-Lentz added the bug Something isn't working label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants