Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

CanonicalLtd/fb-util-for-appx

 
 

Repository files navigation

fb-util-for-appx

appx is a tool which creates and optionally signs Microsoft Windows APPX packages.

Supported targets

appx can create APPX packages for the following operating systems:

  • Windows 10 (UAP)
  • Windows 10 Mobile

Building appx

Prerequisites:

  • CMake >= 3.0
  • OpenSSL developer library
  • zlib developer library

Supported build and host platforms and toolchains:

  • GNU/Linux with GCC 4.8.1
  • Mac OS X 10.10.5 with clang 3.6.0

Build:

mkdir Build && cd Build && cmake .. && make

On OS X, you'll need to explicitly point cmake to your OpenSSL installation. The easiest method is to install OpenSSL using Homebrew and then pass -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) when invoking cmake. You can also compile OpenSSL from source and set OPENSSL_ROOT_DIR accordingly.

Install:

cd Build && make install

Running appx

Run appx -h for usage information.

Contributing

fb-util-for-appx actively welcomes contributions from the community. If you're interested in contributing, be sure to check out the contributing guide. It includes some tips for getting started in the codebase, as well as important information about the code of conduct, license, and CLA.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.0%
  • Python 19.4%
  • CMake 3.6%