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

pop_os install #135

Open
nanjizal opened this issue Mar 3, 2024 · 1 comment
Open

pop_os install #135

nanjizal opened this issue Mar 3, 2024 · 1 comment

Comments

@nanjizal
Copy link

nanjizal commented Mar 3, 2024

I am unsure how to get ceramic cpp on linux ( pop_os ) running.

Link: Main
/usr/bin/ld: cannot find -lSDL2: No such file or directory
collect2: error: ld returned 1 exit status

Also noticed that haxelib.json are more fussy in Ceramic with source path needing to be 'src/' rather than 'src' being acceptable ( seems other toolkits don't mind either? ). Also have to rebuild assest when changing this, which is easy to miss.
Have checked in my current project, I am not really sure if this is ideal way to get and set pixels.
nanjizal/pi_xy@e8c0e65
to run sample in newProject it requires

    libs:
        - justPath: git:https://github.com/nanjizal/justPath.git
        - iterMagic: git:https://github.com/nanjizal/iterMagic.git
        - pi_xy: git:https://github.com/nanjizal/pi_xy.git

the html result
image

@l0go
Copy link
Contributor

l0go commented Mar 11, 2024

try apt install libsdl2-dev

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

2 participants