libsdl-org / SDL

Simple Directmedia Layer

Home Page:https://libsdl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No implementations for SDL libraries found.

Navya-Rawat999 opened this issue · comments

I used cmake to build SDL3 on make using terminal:
mkdir build cd build cmake .. "-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64" cmake --build . sudo cmake --install .

But when using the library , I couldn't find the implementations of functions.
Help me in installing the library correct way.