-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve Mac setup procedure #135
base: main
Are you sure you want to change the base?
Conversation
This solves the error that happens when the command `. init.sh` is executed inside the DevContainer ``` -- No package 'libcap' found CMake Error at /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message): A required package was not found ``` Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
example: ./run-scripts/nodered-sil.sh refs: https://github.com/devcontainers/features/tree/main/src/docker-in-docker Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
The script and host settings ensures ./run-sil.sh and ./nodered-sil.sh will connect to mqtt server listening on DevContainer's localhost. Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
``` /usr/bin/ld: /lib/aarch64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line ``` Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
1241de6
to
5c45e7e
Compare
Signed-off-by: Fábio Luiz Nery de Miranda <[email protected]>
Hi @fabiolnm , This is the source for the rendering of the EVerest documentation on github.io, see: Shall I do the move or do you want to push it over there? |
Hey, I am currently having an issue getting EVerest dev setup running on my Mac. After running the init.sh file, cmake cannot seem to find the cmakelists.txt in Everest-core/build. Could you help me out here? |
@krealyt @rohansaibuddhi I just read your feedbacks, I will take a look and follow up anytime soon |
#133
https://everest.github.io/nightly/tutorials/how_to_mac/index.html