You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For aarch64 platform, I have built "ACL" from source on ubuntu:14.04.
Steps
Following STEPS were used for the building and installation:
sudo apt update
sudo apt install -y unzip build-essential wget make
wget https://sourceforge.net/projects/acl/files/acl/3.0/acl.3.0.21.zip
unzip acl.3.0.21.zip
cd acl
make all -j$(nproc)
Outcome
To validate that the build and installation was successful we check the presence of ACL libraries using ls ./dist/lib/lib_acl* command.
Thank you for building and including Acl project in Ecosystem. You can try to use the current newly version of Acl, because it's more powerful and stable that he version you included is too old.
For aarch64 platform, I have built "ACL" from source on ubuntu:14.04.
Steps
Following STEPS were used for the building and installation:
Outcome
To validate that the build and installation was successful we check the presence of ACL libraries using
ls ./dist/lib/lib_acl*
command.All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
The text was updated successfully, but these errors were encountered: