Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LoadStaticSharedTargets
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CMake
LoadStaticSharedTargets
Commits
65b92361
Unverified
Commit
65b92361
authored
1 year ago
by
Tim Kaune
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
d8cd9661
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-5
21 additions, 5 deletions
README.md
with
21 additions
and
5 deletions
README.md
+
21
−
5
View file @
65b92361
...
@@ -16,8 +16,7 @@ What you need:
...
@@ -16,8 +16,7 @@ What you need:
### Linux (Ubuntu) ###
### Linux (Ubuntu) ###
Use your distribution's package manager to install the packages
`cmake`
and
Use your distribution's package manager to install the necessary packages:
`ninja-build`
.
```
shell
```
shell
$
sudo
apt-get
install
cmake ninja-build
$
sudo
apt-get
install
cmake ninja-build
...
@@ -25,6 +24,11 @@ $ sudo apt-get install cmake ninja-build
...
@@ -25,6 +24,11 @@ $ sudo apt-get install cmake ninja-build
### Mac OS X ###
### Mac OS X ###
You will need one of the community package managers for Mac OS X:
[
Homebrew
](
https://brew.sh/
)
or
[
MacPorts
](
https://www.macports.org/install.php
)
. For installing one of these,
please refer to their respective installation instructions.
#### Homebrew ####
#### Homebrew ####
```
shell
```
shell
...
@@ -34,13 +38,25 @@ $ brew install cmake ninja
...
@@ -34,13 +38,25 @@ $ brew install cmake ninja
#### MacPorts ####
#### MacPorts ####
```
shell
```
shell
$
sudo
port
install
cmake ninja
$
sudo
port
-vb
install
cmake
-devel
ninja
```
```
### Windows ###
### Windows ###
Install Cygwin and use the Cygwin package manager to install the packages
The easiest thing to do is using the
[
Windows Subsystem for Linux
`cmake`
and
`ninja`
.
(WSL)
](
https://learn.microsoft.com/en-us/windows/wsl/install
)
and follow the
Linux instructions above.
Otherwise, install
[
Git for Windows
](
https://gitforwindows.org/
)
for version
control and
[
cygwin
](
https://cygwin.com/install.html
)
, which is a large
collection of GNU and Open Source tools which provide functionality similar to a
Linux distribution on Windows. During the
`cygwin`
installation you'll be
prompted to add additional packages. Search and select the following:
-
`cmake`
and
`ninja`
for the build system
After
`cygwin`
finishes installing, use the cygwin terminal to start the build
process.
## How to build ##
## How to build ##
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment