cefingo

module
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2020 License: BSD-3-Clause, MIT

README

cefingo

This is experimental go binding for CEF.

Supported Environment

  • Windows 10 64bit (msys2 environment is recomended)

How to Start

  1. Download Spotify's Autobuild Image http://opensource.spotify.com/cefbuilds/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_windows64.tar.bz2

    (CEF 75: Some api parameter changed) (CEF 73: CEF version scheme has been changed)

  2. Expand it.

  3. Copy library files and Resouce files to a Directory in PATH Envrironment Variable (eg. $GOPATH/bin).

    C:\> xcopy /e \path\to\expand_dir\Release \path\to\gopath\bin
    C:\> xcopy /e \path\to\expand_dir\Resources \path\to\gopath\bin
    
  4. create cefingo.pc file on PKG_CONFIG_PATH

    target=C:\\path\\to\\gopath\\bin
    libdir=${target}
    includedir=C:\\path\\to\\expand_dir
    
    Name: cefingo
    Version: 0.1
    Description: cefingo
    Cflags: -I${includedir}
    Libs: -L${libdir} -lcef
    
  5. go get this packages.

    C:\> go get github.com/turutcrane/cefingo/...
    

Example

https://github.com/turutcrane/cefingo-sample

License

This project is licensed under the MIT License.

This project quotes header files of the following third party libraries:

Thanks to https://github.com/cztomczak/cefcapi .

Directories

Path Synopsis
Code generated by "gen-cefingo.go" DO NOT EDIT.
Code generated by "gen-cefingo.go" DO NOT EDIT.
tools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL