Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Go examples

Go-Logo_Blue.svg

Build and run examples with Go wrapper

Use the build script from the root directory of this repository to build the library that is compatible with cgo.

  • On Windows, run BuildMsys2.sh --golang to build the Go wrapper with the MSYS2/CLANG64 environment.
  • On Linux, run BuildLinux.sh --golang.

The --golang argument generates the intermediate configuration file LLGL.pc for the pgk-config command to find the binary dependencies.