mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 20:53:48 +00:00
docs: Update links in README and manual
Signed-off-by: Snir Sheriber <ssheribe@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
04e7f512d2
commit
6f19579254
2
README
2
README
@ -63,7 +63,7 @@ be reported to the OS vendors' own bug tracker first.
|
||||
|
||||
The latest SPICE code can be found in GIT at:
|
||||
|
||||
https://cgit.freedesktop.org/spice/
|
||||
https://gitlab.freedesktop.org/spice/
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
@ -1071,8 +1071,8 @@ required Spice components.
|
||||
Client requirements
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
See the http://cgit.freedesktop.org/spice/spice-gtk/tree/README[README
|
||||
file in spice-gtk] for the list of dependencies.
|
||||
See the https://gitlab.freedesktop.org/spice/spice-gtk/raw/master/README
|
||||
[README file in spice-gtk] for the list of dependencies.
|
||||
|
||||
Host requirements
|
||||
~~~~~~~~~~~~~~~~~
|
||||
@ -1112,7 +1112,7 @@ export INST_ROOT="/opt/spice"; mkdir $INST_ROOT
|
||||
export PKG_CONFIG_PATH=$INST_ROOT/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
|
||||
cd $BUILD_ROOT
|
||||
git clone git://cgit.freedesktop.org/spice/spice
|
||||
git clone https://gitlab.freedesktop.org/spice/spice.git
|
||||
cd $BUILD_ROOT/spice
|
||||
./configure --prefix=$INST_ROOT
|
||||
make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user