mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 21:33:21 -07:00
Updated README
This commit is contained in:
parent
f95d29d203
commit
8705412f5d
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -9,18 +9,18 @@ ProxSpace comes with 3 different executables .bat files.
|
||||||
- `autobuild.bat` runs a script (msys2/autobuild.sh) in x86 mode as well as in x64 mode at startup. The script will update all git repositories in the pm3 folder and then compile them and move a zip file with the just compiled firmware and client into the build folder. It is not designed for development, just for compiling.
|
- `autobuild.bat` runs a script (msys2/autobuild.sh) in x86 mode as well as in x64 mode at startup. The script will update all git repositories in the pm3 folder and then compile them and move a zip file with the just compiled firmware and client into the build folder. It is not designed for development, just for compiling.
|
||||||
|
|
||||||
## What's installed
|
## What's installed
|
||||||
ProxSpace comes with already installed tools, but most of the required tools will be automatically downloaded. All tools will be contained within the ProxSpace folder which means ProxSpace can be moved into a different directory or even a different Windows machine without the need to reinstall anything.
|
ProxSpace does not come with already installed packages, rather it will download the latest required packages. All tools will be contained within the ProxSpace folder, which means ProxSpace can be moved into a different directory or even a different Windows machine without the need to reinstall anything.
|
||||||
Following tools are already installed with the current ProxSpace version:
|
Following tools are already installed with the current ProxSpace version:
|
||||||
- msys2
|
- msys2
|
||||||
- GNU Arm Embedded Toolchain 7-2018-q2
|
- GNU Arm Embedded Toolchain 8-2019-q3
|
||||||
|
|
||||||
Following tools will be automatically download:
|
Following packages will be automatically download:
|
||||||
- gcc
|
|
||||||
- Qt5
|
|
||||||
- readline
|
|
||||||
- git
|
- git
|
||||||
- perl
|
- make
|
||||||
|
- gcc
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
- readline
|
||||||
|
- Qt5
|
||||||
|
|
||||||
## Package management system
|
## Package management system
|
||||||
MSYS2 features a package management system to provide easy installation of packages, Pacman. It brings many powerful features such as dependency resolution and simple complete system upgrades (excluding the GNU Arm Embedded Toolchain), as well as straight-forward package building. All installed packages can be updated with `pacman -Syuu`
|
MSYS2 features a package management system to provide easy installation of packages, Pacman. It brings many powerful features such as dependency resolution and simple complete system upgrades (excluding the GNU Arm Embedded Toolchain), as well as straight-forward package building. All installed packages can be updated with `pacman -Syuu`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue