* https://stackoverflow.com/questions/74776801/rustsdl2-how-to-store-a-texture-in-a-struct
texture를 struct 에 저장 불가능 한 듯?
* 일단 texture 를 저장하지 않는다
* install sdl3 on debian 12
Building SDL on UNIX
https://github.com/libsdl-org/SDL/blob/main/docs/README-cmake.md
https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md
* error while loading shared libraries: libSDL3.so.0: cannot open shared object file: No such file or directory
* Add a file /etc/ld.so.conf.d/local.conf that contains one line:
/usr/local/lib
* sudo ldconfig
https://stackoverflow.com/questions/69061258/permanent-fix-for-export-ld-library-path-usr-local-libld-library-path
댓글 없음:
댓글 쓰기