To help keep the source tree more organized, the CEF source now goes into a new deps/cef folder.
In order to minimize the changes, symbolic links are used to point to directories inside deps/cef. Run the make_symlinks script to create the links.
Please see the REAME for changes to the build setup. The most important thing (other than putting CEF into the new sub-folder) is to run make_symlinks.sh (on mac) or make_symlinks.bat (on win) to make the symbolic links.
Issue by gruehle Friday Jul 13, 2012 at 19:55 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/34
To help keep the source tree more organized, the CEF source now goes into a new
deps/cef
folder.In order to minimize the changes, symbolic links are used to point to directories inside
deps/cef
. Run themake_symlinks
script to create the links.Please see the REAME for changes to the build setup. The most important thing (other than putting CEF into the new sub-folder) is to run
make_symlinks.sh
(on mac) ormake_symlinks.bat
(on win) to make the symbolic links.gruehle included the following code: https://github.com/adobe/brackets-shell/pull/34/commits