Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 370 Bytes

TizenFX Stub

Stubs to enable the TizenFX repository to build on Ubuntu

Install

$ cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX .
$ make install -j9

Install NUI resources (Optional)

Install

# usage: ./installFXRes.py [TizenFXDirectory]
$ sudo ./installFXRes.py ../TizenFX

Clean

$ sudo ./installFXRes.py ../TizenFX -c