mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
f0104600a0
- Disable clang test for travis and drone.io - Add document about compiler requirement Change-Id: I81f8dc31088d40f315dd4ec062bed5df8ab7b633 Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
827 B
827 B
Building ISA-L on Arm
Prerequisites
- HOST CPU MUST be aarch64
- Assembler: gas v2.24 or later
- Compiler: gcc v4.7 or later
- Make: GNU 'make'
- Optional:
- Building with autotools requires autoconf/automake packages.
Autotools
To build and install the library with autotools it is usually sufficient to run:
./autogen.sh
./configure
make
sudo make install
Makefile
To use a standard makefile run:
make -f Makefile.unx
Other make targets
Other targets include:
make check
: create and run testsmake tests
: create additional unit testsmake perfs
: create included performance testsmake ex
: build examplesmake other
: build other utilities such as compression file testsmake doc
: build API manual