Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this project use cmake to build project instead of code blocks #32

Open
widon1104 opened this issue Sep 6, 2022 · 3 comments
Open

Comments

@widon1104
Copy link

code blocks is buggy and is hard to use. Can you use cmake to build this project ????

1

I use the latest code blocks to open this project and find I can not find the header file and almost all header file can not open..

@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Apr 20, 2023
@100ask
Copy link
Collaborator

100ask commented May 29, 2024

Please try using the latest version: https://github.com/lvgl/lv_port_win_codeblocks
Or try using another project: https://github.com/lvgl/lv_port_linux

@stale stale bot removed the stale This will not be worked on label May 29, 2024
@TheOfficialMrBlah
Copy link

code blocks is buggy and is hard to use. Can you use cmake to build this project ????

Yes, works perfectly with cmake.

I used the CMakeLists.txt from lv_port_pc_vscode for this project and adapted it slightly (basically just commented out "find_package(SDL2 REQUIRED SDL2)" and set the “USE_...” variables to 0).

Compiled and runs flawlessly, completely without codeblocks, only with cmake and make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants