Skip to content

Instantly share code, notes, and snippets.

@zakorgy
Last active May 3, 2016 10:36
Show Gist options
  • Save zakorgy/a232faf6dc5a7fa473d1b439d47a0474 to your computer and use it in GitHub Desktop.
Save zakorgy/a232faf6dc5a7fa473d1b439d47a0474 to your computer and use it in GitHub Desktop.
1. letöltöd vagy 'git clone https://github.com/stampho/avr-slideshow/blob/master/avr-slideshow.pro'
2. cd avr-slideshow
3. qmake -makefile -unix -o Makefile "Config=+console" avr-slideshow.pro
(Ha nincs qmake akkor le kell tölteni egy qt-t http://www.qt.io/download/ )
4. ugyanitt kiadni a 'make' parancsot
5. 'avr-slideshow/build/release' útvonalon található majd ezután a a futtatható projekt (ez csak release nem debug verzió)
6. 'avr-slideshow/src/main.c' -t lehet módosítani a projektnek megfelelően
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment