-
JCEF Window 빌드공장 이야기 2020. 4. 7. 17:46
- 참고 문서
https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding
- 소스 다운
https://bitbucket.org/chromiumembedded/cef/src/master/
- 설치 및 빌드
1. 아래 파일 설치
CMake version 2.8.12.2 or newer.
Git.
Java version 1.7 or 1.8.
Python version 2.6 or newer in the 2.x series (3.x is not supported).
2. Visual Studio 2019 설치(MFC, ALT 관련 추가)
3. 다운 경로로 이동 후 cmake CMakeLists.txt 실행
경로 및에 CMakeLists.txt 찾아서 한번 씩 실행.( 빌드 후 CMakeCache 가 생성됨. 지우 고 다시 빌드 해야 됨)
설치 경로로 가서 cmake CMakeLists.txt 실행하면
cef.sln 이 만들어 지는데 바로 Visual Studio 와 연결하면 오류가 발생...이유는 모르지만... 하위 디렉 토리에
CMakeLists.txt 한번씩 실행하고 CMakeCache 지우고 반복 하니 제대로 연결되고 빌드 되었음...
* 참고... JCEF 말고 다른 프로젝트 링크...
# Quick Links
* Project Page - https://bitbucket.org/chromiumembedded/cef
* Tutorial - https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial
* General Usage - https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage
* Master Build Quick-Start - https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart
* Branches and Building - https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
* Announcements - https://groups.google.com/forum/#!forum/cef-announce
* Support Forum - http://www.magpcss.org/ceforum/
* CEF1 C++ API Docs - http://magpcss.org/ceforum/apidocs/
* CEF3 C++ API Docs - http://magpcss.org/ceforum/apidocs3/
* Downloads - http://opensource.spotify.com/cefbuilds/index.html
* Donations - http://www.magpcss.org/ceforum/donate.php
# External Projects
The base CEF framework includes support for the C and C++ programming languages. Thanks to the hard work of external maintainers CEF can integrate with a number of other programming languages and frameworks. These external projects are not maintained by CEF so please contact the respective project maintainer if you have any questions or issues.
* .Net (CEF3) - https://github.com/cefsharp/CefSharp
* .Net (CEF1) - https://bitbucket.org/fddima/cefglue
* .Net/Mono (CEF3) - https://bitbucket.org/xilium/xilium.cefglue
* .Net (CEF3) - https://bitbucket.org/chromiumfx/chromiumfx
* Delphi (CEF1) - http://code.google.com/p/delphichromiumembedded/
* Delphi (CEF3) - https://github.com/hgourvest/dcef3
* Delphi (CEF3) - https://github.com/salvadordf/CEF4Delphi
* Go - https://github.com/richardwilkes/cef
* Go - https://github.com/CzarekTomczak/cef2go
* Java - https://bitbucket.org/chromiumembedded/java-cef
* Java - http://code.google.com/p/javacef/
* Python - http://code.google.com/p/cefpython/
언제 시간이 되면 CEF C# 빌드 자료를...
'공장 이야기' 카테고리의 다른 글
C++ dll로 WCHAR* 형태의 값 C#으로 넘길 때... (0) 2020.11.17 C# 다른 응용 프로그램에 Parameter로 한글 값 넘길때... (0) 2020.10.16 Modal Dialog 만들기...ㅎ (0) 2017.11.30 Chromium 을 Windows에서 gn 빌드 (5) 2016.06.29 Linux에서 chromium 빌드 하기 (0) 2015.12.30