Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 323 Bytes

linux-native.md

File metadata and controls

18 lines (12 loc) · 323 Bytes

Linux target run native (for testing GUI Applications)

1. Build Main

bash scripts/build.sh -DENABLE_SDL2=ON

output: build/simple-init (ELF Executable)

ENABLE_SDL2: enable SDL2 guidrv for GUI Applications

2. Run GUI Application

build/simple-init guiapp

NOTICE: need X11 environment