-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Description
For aarch64 platform, I have built " FlatBuffers " from source.
Steps
Following STEPS (https://github.com/google/flatbuffers#quick-start) were used for the building and installation:
sudo apt update
sudo apt install build-essential cmake git wget –y
wget https://github.com/google/flatbuffers/archive/refs/tags/v2.0.0.tar.gz
tar -xvf v2.0.0.tar.gz
cd flatbuffers-2.0.0/
cmake -G "Unix Makefiles"
make -j
make test
Outcome
To validate that the build was successful we ran tests that were generated using "make 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/).
Metadata
Metadata
Assignees
Labels
No labels