Open
Description
Description
For aarch64 platform, I have built " GitBook " from source.
Steps
Following STEPS (https://github.com/GitbookIO/gitbook#getting-started) were used for the building and installation:
sudo apt update
sudo apt install build-essential cmake git wget –y
git clone https://github.com/GitbookIO/gitbook.git
cd gitbook
sudo apt update
sudo apt install unzip
curl -fsSL https://bun.sh/install | bash
export PATH="$HOME/.bun/bin:$PATH"
bun --version
bun install
bun dev
bun test
Outcome
To validate that the build was successful we ran tests that were generated using "bun test" command. All the tests ran successfully.
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).