Lines Matching full:you

4 You can try out LVGL **using only your PC** (i.e. without any development boards). LVGL will run on…
9 - Portability - The written code is portable, which means you can simply copy it when migrating to …
26 You can use any IDE for development but, for simplicity, the configuration for Eclipse CDT is what …
31 **Note: If you are on Windows, it's usually better to use the Visual Studio or CodeBlocks projects …
43 Note: If you are using other distros, then please install a 'Java Runtime Environment' suitable to …
44 Note: If you are using macOS and get a "Failed to create the Java Virtual Machine" error, uninstall…
46 You can download Eclipse's CDT from: [https://www.eclipse.org/cdt/downloads.php](https://www.eclips…
53 On **Linux** you can easily install SDL2 using a terminal:
61 If you are using **Windows** firstly you need to install MinGW ([64 bit version](http://mingw-w64.o…
70 Note: If you are using **Microsoft Visual Studio** instead of Eclipse then you don't have to instal…
73 On **OSX** you can easily install SDL2 with brew: `brew install sdl2`
80 You can find the latest one on [GitHub](https://github.com/lvgl/lv_sim_eclipse_sdl).
85 …ownloaded pre-configured project there. After that, you can accept the workspace path. Of course y…
89 On **Windows** you have to do two additional things:
96 …w you are ready to run LVGL on your PC. Click on the Hammer Icon on the top menu bar to Build the …
100 Now you are ready to use LVGL and begin development on your PC.