Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7413c75b
Kaydet (Commit)
7413c75b
authored
Tem 10, 2014
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cleanup configure's make recommendations for stale make versions.
Change-Id: Ib0c546e835bd3e6961632d4644901436061dc072
üst
06e696a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
configure.ac
configure.ac
+12
-3
No files found.
configure.ac
Dosyayı görüntüle @
7413c75b
...
...
@@ -13068,6 +13068,14 @@ fi
if test "$STALE_MAKE" = "TRUE" -a "$build_os" = "cygwin"; then
cygwin_arch=`echo $MACHTYPE | sed 's/-.*//'`
if test "$cygwin_arch" = "x86_64"; then
download_make_url=http://users.freedesktop.org/~michael/x86_64/make
else
download_make_url=http://dev-www.libreoffice.org/bin/cygwin/make
fi
cat << _EOS
****************************************************************************
WARNING:
...
...
@@ -13078,14 +13086,15 @@ to install a pre-compiled binary make for cygwin
mkdir -p /opt/lo/bin
cd /opt/lo/bin
wget
http://dev-www.libreoffice.org/bin/cygwin/make
wget
$download_make_url
chmod +x make
to install from source:
place yourself in a working directory of you choice.
git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
cd dev-tools/make-3.82-gbuild
git clone https://gerrit.libreoffice.org/p/gnu-make-lo.git
cd gnu-make-lo
autoreconf -i
./configure --prefix=/opt/lo
make
make install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment