Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ronaldtse committed Mar 24, 2022
1 parent 67cff5f commit 0d552c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ libemf2svg
![Build status](https://github.com/metanorma/libemf2svg/actions/workflows/ubuntu-build.yml/badge.svg)
![Build status](https://github.com/metanorma/libemf2svg/actions/workflows/macos-build.yml/badge.svg)
![Build status](https://github.com/metanorma/libemf2svg/actions/workflows/windows-build.yml/badge.svg)
[![Ubuntu-aarch64 build](https://github.com/metanorma/libemf2svg/actions/workflows/ubuntu-aarch64.yml/badge.svg)](https://github.com/metanorma/libemf2svg/actions/workflows/ubuntu-aarch64.yml)
[![Alpine build](https://github.com/metanorma/libemf2svg/actions/workflows/alpine-build.yml/badge.svg)](https://github.com/metanorma/libemf2svg/actions/workflows/alpine-build.yml)

[![Ubuntu-arm64 build](https://github.com/metanorma/libemf2svg/actions/workflows/ubuntu-arm64.yml/badge.svg)](https://github.com/metanorma/libemf2svg/actions/workflows/ubuntu-arm64.yml)
[![MacOS-arm64 build](https://github.com/metanorma/libemf2svg/actions/workflows/macos-arm64.yml/badge.svg)](https://github.com/metanorma/libemf2svg/actions/workflows/macos-arm64.yml)

[![Coverage Status](https://coveralls.io/repos/github/metanorma/libemf2svg/badge.svg?branch=master)](https://coveralls.io/github/metanorma/libemf2svg?branch=master)

MS EMF (Enhanced Metafile) to SVG conversion library.
Expand Down Expand Up @@ -233,13 +236,17 @@ EMF+ RECORDS:
ChangeLogs
----------

1.6.0:

* add arm64 MacOS support (cross-compilation only, no tests)

1.5.0:

* add alpine linux support
* add Alpine Linux support

1.4.0:

* add aarch64 debian linux support
* add arm64 Debian Linux support (cross-compilation only, no tests)

1.3.1:

Expand Down
4 changes: 0 additions & 4 deletions cmake/arm64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ set(CMAKE_C_COMPILER "clang")
set(CMAKE_CXX_COMPILER "clang++")
set(CMAKE_OSX_ARCHITECTURES arm64)
set(CMAKE_OSX_ARCHITECTURES_OPTION -DCMAKE_OSX_ARCHITECTURES=arm64)

# Where to look for the target environment
#set(CMAKE_FIND_ROOT_PATH /usr/aarch64-linux-gnu)
#set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)

0 comments on commit 0d552c1

Please sign in to comment.