Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.18 KB

README.md

File metadata and controls

63 lines (39 loc) · 2.18 KB

Fuselibs

Travis CI Build Status AppVeyor Build status license: MIT Slack

Fuselibs is a collection of Uno libraries that provide the UI framework used to build Fuse apps.

Requirements

In order to use Uno / Fuselibs, the following software must be installed:

Windows

macOS

How do I build and test?

Windows

  • build.bat downloads and extracts uno, and builds all packages.
  • test.bat runs all tests.

macOS

  • build.sh downloads and extracts uno, and builds all packages.
  • test.sh runs all tests.

Fuse

You may use a locally built copy of fuselibs with an installed copy of Fuse. This is done by creating a file named .unoconfig in either a Fuse project directory (applies to that project only), or in your home directory (applies to all projects). It should contain something like the following:

Packages.SourcePaths += <path-to-fuselibs>/Source

You'll need to replace <path-to-fuselibs> above with the actual path to your fuselibs checkout.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Reporting issues

Please report issues here.