mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 18:48:04 +02:00
minor formatting changes
@@ -44,8 +44,8 @@ If you get stuck give a shout out in the forums, there is a good chance that som
|
|||||||
|
|
||||||
== Do I internet access in order to build PhoenixPE? ==
|
== Do I internet access in order to build PhoenixPE? ==
|
||||||
|
|
||||||
Yes and No. In order to keep download sizes reasonable and provide the most up-to-date software PhoenixPE needs to download some tools the first time it is run. Depending on the scripts you select to include in your build application may also need to download setup files.
|
Yes and No. In order to keep download sizes reasonable and provide the most up-to-date software PhoenixPE needs to download some tools the first time it is run. Depending on the scripts you select, setup files for the applications may also need to be downloaded.
|
||||||
Once files are downloaded they are cached and will not be downloaded again unless you manually clear the cache, nuke the project, or elect to always download the latest version of a particular program.
|
Once application setup files are downloaded they are cached and will not be downloaded again unless you manually clear the cache, nuke the project, or elect to always download the latest version of a particular program.
|
||||||
|
|
||||||
Once the initial build is complete and the cache is populated you no longer need internet access for subsequent builds.
|
Once the initial build is complete and the cache is populated you no longer need internet access for subsequent builds.
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Once the initial build is complete and the cache is populated you no longer need
|
|||||||
In addition to saving bandwidth, PhoenixPE's cache system was built with situations like this in mind.
|
In addition to saving bandwidth, PhoenixPE's cache system was built with situations like this in mind.
|
||||||
|
|
||||||
On each app script that needs to download files, you will find a download button on the top right.
|
On each app script that needs to download files, you will find a download button on the top right.
|
||||||
You can use this button to pre-download any scripts you wish to use. They will be cached in ''<PhoenixPE Root Dir>\Workbench\PhoenixPE\Programs'' and used in subsequent builds. Programs downloaded during build time will also be cached in the same location and used in subsequent builds.
|
You can use this button to pre-download any scripts you wish to use. They will be cached in ''PhoenixPE\Workbench\PhoenixPE\Programs'' and used in subsequent builds. Programs downloaded during build time will also be cached in the same location and used in subsequent builds.
|
||||||
|
|
||||||
Since PEBakery and PhoenixPE are fully portable, it is also possible to place the PhoenixPE install directory on a USB drive or portable hard drive, plug in at someplace with a faster/more reliable internet connection and launch PEBakery to pre-download the apps you need.
|
Since PEBakery and PhoenixPE are fully portable, it is also possible to place the PhoenixPE install directory on a USB drive or portable hard drive, plug in at someplace with a faster/more reliable internet connection and launch PEBakery to pre-download the apps you need.
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ Open the script in Notepad++ or your favorite code editor and modify the '''Prog
|
|||||||
%DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z
|
%DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
Keep in mind that depending on the software other script modifications may also need to be made. If in doubt ask for help in the forums.
|
Keep in mind that depending on the software, other script modifications may also need to be made. If in doubt ask for help in the forums.
|
||||||
|
|
||||||
You can also check the master branch on github to see if the script has already been updated but has not yet made it into a release package.
|
You can also check the master branch on github to see if the script has already been updated but has not yet made it into a release package.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user