Home
last modified time | relevance | path

Searched +full:libpng +full:- +full:dev (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/scripts/
Dinstall-prerequisites.sh4 # and testing. Some less-common development packages are not included
9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
/lvgl-latest/.github/workflows/
Dccpp.yml12 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
25 - uses: ammaraskar/gcc-problem-matcher@master
26 - name: Install prerequisites
27 run: scripts/install-prerequisites.sh
28 - name: Building ${{ matrix.build_option }}
29 run: python tests/main.py --build-option=${{ matrix.build_option }} build
31 test-native:
32 runs-on: ubuntu-latest
35 - uses: actions/checkout@v2
[all …]