1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-02 21:57:37 +02:00

Fix ReadMe files

This commit is contained in:
martin 2021-03-11 17:02:58 +01:00
parent 72767eda01
commit 0901f64763
4 changed files with 8 additions and 8 deletions

View File

@ -28,13 +28,13 @@ Note:
** Mac ** Mac
1) Go to "project options" and create the "App Bundle" 1) Go to "project options" and create the "App Bundle"
2) Download the CEF framework and place the content of the "Release" folder into ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework 2) Download the CEF framework and place the content of the "Release" folder into BrowserWindow.app/Contents/Frameworks/Chromium Embedded Framework.framework
You should have: You should have:
Chromium Embedded Framework Chromium Embedded Framework
Libraries/* Libraries/*
Resources/* Resources/*
3) Open project "AppHelper", create App Bundle and compile the AppHelper. 3) Open project "AppHelper", create App Bundle and compile the AppHelper.
Run create_mac_helper.sh Run create_mac_helper.sh
4) Open project ExternalPumpBrowser, compile and run 4) Open project BrowserWindow, compile and run

View File

@ -28,13 +28,13 @@ Note:
** Mac ** Mac
1) Go to "project options" and create the "App Bundle" 1) Go to "project options" and create the "App Bundle"
2) Download the CEF framework and place the content of the "Release" folder into ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework 2) Download the CEF framework and place the content of the "Release" folder into BrowserWindowDom.app/Contents/Frameworks/Chromium Embedded Framework.framework
You should have: You should have:
Chromium Embedded Framework Chromium Embedded Framework
Libraries/* Libraries/*
Resources/* Resources/*
3) Open project "AppHelper" (from the subfolder in this project's folder), create App Bundle and compile the AppHelper. 3) Open project "AppHelper" (from the subfolder in this project's folder), create App Bundle and compile the AppHelper.
Run create_mac_helper.sh Run create_mac_helper.sh
4) Open project ExternalPumpBrowser, compile and run 4) Open project BrowserWindowDom, compile and run

View File

@ -28,13 +28,13 @@ Note:
** Mac ** Mac
1) Go to "project options" and create the "App Bundle" 1) Go to "project options" and create the "App Bundle"
2) Download the CEF framework and place the content of the "Release" folder into ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework 2) Download the CEF framework and place the content of the "Release" folder into BrowserWindowEx.app/Contents/Frameworks/Chromium Embedded Framework.framework
You should have: You should have:
Chromium Embedded Framework Chromium Embedded Framework
Libraries/* Libraries/*
Resources/* Resources/*
3) Open project "AppHelper", create App Bundle and compile the AppHelper. 3) Open project "AppHelper", create App Bundle and compile the AppHelper.
Run create_mac_helper.sh Run create_mac_helper.sh
4) Open project ExternalPumpBrowser, compile and run 4) Open project BrowserWindowEx, compile and run

View File

@ -28,13 +28,13 @@ Note:
** Mac ** Mac
1) Go to "project options" and create the "App Bundle" 1) Go to "project options" and create the "App Bundle"
2) Download the CEF framework and place the content of the "Release" folder into ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework 2) Download the CEF framework and place the content of the "Release" folder into BrowserWindowOsrDom.app/Contents/Frameworks/Chromium Embedded Framework.framework
You should have: You should have:
Chromium Embedded Framework Chromium Embedded Framework
Libraries/* Libraries/*
Resources/* Resources/*
3) Open project "AppHelper" (from the subfolder in this project's folder), create App Bundle and compile the AppHelper. 3) Open project "AppHelper" (from the subfolder in this project's folder), create App Bundle and compile the AppHelper.
Run create_mac_helper.sh Run create_mac_helper.sh
4) Open project ExternalPumpBrowser, compile and run 4) Open project BrowserWindowOsrDom, compile and run