[Suggestion] Build depend list #17

Closed
opened 2021-06-19 18:48:53 +00:00 by NoozAbooz · 4 comments
Contributor

It would be helpful for people building it manually to have a list of apt packages needed to compile the mod. Perhaps one for x86 systems and one for arm systems?

It would be helpful for people building it manually to have a list of apt packages needed to compile the mod. Perhaps one for x86 systems and one for arm systems?
https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/src/branch/master/docs/BUILDING.md
Author
Contributor

https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/src/branch/master/docs/BUILDING.md

Those are just the names of a few, I'm pretty sure there are more, also it's nice to have just like a list of the names of them as in apt. You could probably just copy over the apt install command in jenkins.

> https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/src/branch/master/docs/BUILDING.md Those are just the names of a few, I'm pretty sure there are more, also it's nice to have just like a list of the names of them as in apt. You could probably just copy over the apt install command in jenkins.

This is the entire command:

sudo apt-get install --no-install-recommends -y \
    ca-certificates \
    lsb-release \
    git \
    clang \
    lld \
    cmake \
    make \
    libglfw3 libglfw3-dev \
    libfreeimage3 libfreeimage-dev \
    crossbuild-essential-armhf
This is the entire command: ``` sudo apt-get install --no-install-recommends -y \ ca-certificates \ lsb-release \ git \ clang \ lld \ cmake \ make \ libglfw3 libglfw3-dev \ libfreeimage3 libfreeimage-dev \ crossbuild-essential-armhf ```

Just run ./scripts/install-dependencies.sh

Just run ``./scripts/install-dependencies.sh``
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#17
No description provided.