Skip to content

Build and Test on Linux/ARM64 #205

@odidev

Description

@odidev

Description

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

Steps

Following STEPS were used for the building and installation:


$ wget https://github.com/google/snappy/archive/refs/tags/1.1.7.tar.gz && tar -zxvf 1.1.7.tar.gz 
$ cd snappy-1.1.7/ 
$ mkdir build && cd build/ 
$ cmake ../ 
$ make 

Outcome

To run tests, execute the binary in the source/root dir. :

 $ ./build/snappy_unittest 

All tests passed.

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions