Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-10-03 22:01:38 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-07 02:09:12 +0300
commit3d227093c45c45dd275ef0306f4a00caf73bea37 (patch)
treed81cca0cfd7ff49e72630ff0537e2806e96eb656 /README.md
parentd412860cfe683efe2d2b47a0cd7bc7d2050a33bb (diff)
Cleanup formatting in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/README.md b/README.md
index b8fa220ff..7d01ca2e9 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ Feature differences between release binaries (or unpatched sources):
## Get the source
- - Clone the repository (one-time step):
+- Clone the repository (one-time step):
``` shell
git clone https://github.com/dosbox-staging/dosbox-staging.git
@@ -161,7 +161,6 @@ DOSBox Staging has the following library dependencies:
| [Tracy Profiler](https://github.com/wolfpld/tracy) (tracy) | n/a | Event profile (development) | Optional | yes | yes | rare |
| [Zlib](https://z-lib.org/) (zlib) | 1.2.11 | ZMBV video capture | Optional | yes | yes | very common |
-
### Linux, macOS
Install build dependencies appropriate for your OS:
@@ -209,20 +208,20 @@ brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth libslirp spe
### Build and stay up-to-date with the latest sources
- - Checkout the main branch:
+- Checkout the main branch:
``` shell
# commit or stash any personal code changes
git checkout main -f
```
- - Pull the latest updates. This is necessary every time you want a new build:
+- Pull the latest updates. This is necessary every time you want a new build:
``` shell
git pull
```
- - Setup the build. This is a one-time step either after cloning the repo or
+- Setup the build. This is a one-time step either after cloning the repo or
cleaning your working directories:
``` shell
@@ -232,8 +231,7 @@ brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth libslirp spe
The above enables all of DOSBox Staging's functional features. If you're
interested in seeing all of Meson's setup options, run: `meson configure`.
-
- - Compile the sources. This is necessary every time you want a new build:
+- Compile the sources. This is necessary every time you want a new build:
``` shell
meson compile -C build
@@ -254,14 +252,14 @@ is bootstrapped, open PowerShell and run:
PS:\> .\vcpkg integrate install
```
-This step will ensure that MSVC can use vcpkg to build, find and links all
+This step will ensure that MSVC can use vcpkg to build, find and links all
dependencies.
Start Visual Studio and open file: `vs\dosbox.sln`. Make sure you have `x64`
selected as the solution platform. Use Ctrl+Shift+B to build all projects.
-Note, the first time you build a configuration, dependencies will be built
-automatically and stored in the `vcpkg_installed` directory. This can take
+Note, the first time you build a configuration, dependencies will be built
+automatically and stored in the `vcpkg_installed` directory. This can take
a significant length of time.
[vcpkg]: https://github.com/microsoft/vcpkg
@@ -279,7 +277,7 @@ in [BUILD.md]. Links to OS-specific instructions: [MSYS2], [MacPorts],
## Imported branches, community patches, old forks
-Commits landing in SVN upstream are imported to this repo in a timely manner,
+Upstream commits are imported to this repo in a timely manner,
see branch [`svn/trunk`].
- [`svn/*`] - branches from SVN