freetype2 icon indicating copy to clipboard operation
freetype2 copied to clipboard

Build and test for Linux/ARM64

Open odidev opened this issue 1 year ago • 0 comments

Description

For aarch64 platform, I have built " Freetype2 " from source.

Steps

Following STEPS were used for the building and installation:

$ git clone https://github.com/aseprite/freetype2.git  &&  cd freetype2/ 

$ git checkout VER-2-4-9 

$ ./autogen.sh 

$ ./configure 

$ make 

$ make install 

Outcome

To validate that the build was successful we Checked the libraries.

Libraries have been installed in: 
/usr/local/lib 

All this information was also added the [Software Ecosystem Dashboard for Arm](https://www.arm.com/developer-hub/ecosystem-dashboard/

odidev avatar Nov 28 '24 07:11 odidev