command
module
Version:
v0.0.0-...-9b19ae8
Opens a new window with list of versions in this module.
Published: Feb 18, 2022
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
cefingo
This is experimental go binding generator for CEF.
Supported Environment
- Windows 10 64bit (msys2 environment is recomended)
How to Start
-
Download Spotify's Autobuild Image http://opensource.spotify.com/cefbuilds/cef_binary_80.1.2%2Bg9d2a31e%2Bchromium-80.0.3987.149_windows64.tar.bz2
-
Expand it.
-
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
-
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
-
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 .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
embed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.