-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
this srkypt does not install anything, so the next steps do not work (missing cmake/ninja) #4538
Comments
Did you follow the steps one by one? clone the repository
automatically setup dependencies
configure and build
|
Hi. I did it step by step. No cmake no ninja

Pozdrawiam / Best Regards
Roman Gaik
***@***.***
… Wiadomość napisana przez 3d-gussner ***@***.***> w dniu 12.12.2023, o godz. 17:26:
Did you follow the steps one by one?
Do you have a macbook? Which OS do you have installed?
clone the repository
git clone https://github.com/prusa3d/Prusa-Firmware
cd Prusa-Firmware
automatically setup dependencies
./utils/bootstrap.py
configure and build
mkdir build
5. cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/AvrGcc.cmake
ninja
—
Reply to this email directly, view it on GitHub <#4538 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXT6KMDZMOIP47D6HXNCIYDYJCASVAVCNFSM6AAAAABARSVX6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJSGM4DAMBYGU>.
You are receiving this because you authored the thread.
|
Yes. I have MacBook Pro with Sonoma 14.2. |
I may have found the issue. Please try this. I am not sure if it will work/compile on your MacBook Pro with Sonoma 14.2 as we don't have any Macs to test this. Also ensure:
Additionally gettext is required for translators. clone the repository
automatically setup dependencies
check if dependecies are working
configure and build
|
Hi. Thank You for Your information. Unfortunately after uploading lines 1-3, line 4 shows the following error: zsh: no such file or directory: ../.dependencies/cmake-3.22.5/bin/cmake—version
Unfortunately your idea didn’t work on my computer.
Please find a screenshot attached.

Pozdrawiam / Best Regards
Roman Gaik
***@***.***
… Wiadomość napisana przez 3d-gussner ***@***.***> w dniu 13.12.2023, o godz. 09:22:
Please try this. I am not sure if it will work/compile on your MacBook Pro with Sonoma 14.2 as we don't have any Macs to test this.
Also ensure:
Python >= 3.6 is also required with the following modules:
pyelftools (package python3-pyelftools)
polib (package python3-polib)
regex (package python3-regex)
Additionally gettext is required for translators.
|
can you change to the folder Prusa-Firmware/.dependecies/cmake-3.22.5/bin and is there a cmake executable? |
Please write me step by step lines to enter in the console of my MacBook. I'm not a programmer so maybe I'm typing something wrong |
@Garomek I don't know MacOS and can't write exact step by step guide except I have done above. |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This issue has been closed due to lack of recent activity. Please consider opening a new one if needed. |
automatically setup dependencies
./utils/bootstrap.py
configure and build
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/AvrGcc.cmake
ninja
zsh: command not found: #
Klonowanie do „Prusa-Firmware”...
remote: Enumerating objects: 49291, done.
remote: Counting objects: 100% (1814/1814), done.
remote: Compressing objects: 100% (570/570), done.
remote: Total 49291 (delta 1335), reused 1602 (delta 1244), pack-reused 47477
Pobieranie obiektów: 100% (49291/49291), 51.32 MiB | 2.18 MiB/s, gotowe.
Rozwiązywanie delt: 100% (37422/37422), gotowe.
zsh: command not found: #
Downloading ninja-1.10.2
Extracting ninja-1.10.2
Downloading cmake-3.22.5
Extracting cmake-3.22.5
Downloading avr-gcc-7.3.0
Extracting avr-gcc-7.3.0
Downloading prusa3dboards-1.0.6
Extracting prusa3dboards-1.0.6
zsh: command not found: #
zsh: command not found: cmake
zsh: command not found: ninja
romek@macbook-pro-1 build % 'cd..'
zsh: command not found: cd..
romek@macbook-pro-1 build % gettext
gettext: brakujące argumenty
The text was updated successfully, but these errors were encountered: