#!/bin/bash # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This script attempts to install the necessary dependencies to do LibreOffice development. # # It should be kept in sync with the instructions at # https://wiki.documentfoundation.org/Development/BuildingOnLinux # # Detect OS (i.e. distro) if [ -f /etc/os-release ]; then # freedesktop.org and systemd . /etc/os-release OS=$NAME VER=$VERSION_ID elif type lsb_release >/dev/null 2>&1; then # linuxbase.org OS=$(lsb_release -si) VER=$(lsb_release -sr) elif [ -f /etc/lsb-release ]; then # For some versions of Debian/Ubuntu without lsb_release command . /etc/lsb-release OS=$DISTRIB_ID VER=$DISTRIB_RELEASE elif [ -f /etc/debian_version ]; then # Older Debian/Ubuntu/etc. OS=Debian VER=$(cat /etc/debian_version) elif [ -f /etc/SuSe-release ]; then # Older SuSE/etc. ... elif [ -f /etc/redhat-release ]; then # Older Red Hat, CentOS, etc. ... else # Fall back to uname, e.g. "Linux ", also works for BSD, etc. OS=$(uname -s) VER=$(uname -r) fi echo "Detected OS/Distro/Version" $OS $VER if [ "$OS" = "Debian" -o "$OS" = "Ubuntu" ]; then apt-get install git build-essential zip ccache junit4 libkrb5-dev nasm graphviz python3 python3-dev qtbase5-dev libkf5coreaddons-dev libkf5i18n-dev libkf5config-dev libkf5windowsystem-dev libkf5kio-dev autoconf libcups2-dev libfontconfig1-dev gperf default-jdk doxygen libxslt1-dev xsltproc libxml2-utils libxrandr-dev bison flex libgtk-3-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev ant ant-optional else echo "Sorry, I don't know how to install dependencies for" $OS fi value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/readlicense_oo/docs
AgeCommit message (Expand)Author
2013-01-31fdo#46706 Windows 2000 is not supported any moreAndras Timar
2012-09-23move readme.xrm one dir upDavid Tardon
2012-09-23drop obsolete cruftDavid Tardon
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky
2012-03-23.dtd files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-02-22fix mailing list addressesAndras Timar
2012-02-14move CVER traces (sunpro compiler)Thomas Arnhold
2012-02-03update README section about desktop integration packages on LinuxPetr Mladek
2012-01-08update readme fdo#37951Andras Timar
2011-11-09JRE is _not_ part of LibreOffice install packagesAndras Timar
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-03-29CWS-TOOLING: integrate CWS readmechanges34Ivo Hinkelmann
2011-03-17#i117372#Frank Peters
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-01s/su urpmi/sudo urpmi/ in Mandriva section of READMEAndras Timar
2011-02-01Clean up makefilesThomas Arnhold
2010-12-11typo fix s/The are/They are/Andras Timar
2010-12-10l10n-fix: added id to one more readme lineThorsten Behrens
2010-12-10Removed dupe para ids introduced by copy n pasteThorsten Behrens
2010-12-06Use ASCII double-quotes.Kohei Yoshida
2010-12-06Added xml:lang="en-US" to several paragraphs.Kohei Yoshida
2010-12-06Removed incorrect xml fragment.Kohei Yoshida
2010-12-02Better installation help for Linux in readmeThorsten Behrens
2010-11-30Further readme polish according to fdo#31956Thorsten Behrens
2010-11-30Partial README update according to fdo#31956Thorsten Behrens
2010-11-24One more readme change: no support subdomainThorsten Behrens
2010-11-24Adapted readme according to list feedbackThorsten Behrens
2010-11-15Adapted readme files to renamed productThorsten Behrens
2010-09-30obo56: #163781# BuildAllDimensionMembers: from external source, after adding ...Philipp Lohmann [pl]
2010-06-10consolidatereadme #i111721#Frank Peters
2010-06-09#i111721#Frank Peters
2010-05-20#i111721#Frank Peters
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-25l10ntools: #i108419# removed the tabs from readmeIvo Hinkelmann
2009-08-25CWS-TOOLING: integrate CWS jl123Vladimir Glazounov
2009-02-19CWS-TOOLING: integrate CWS soreadme91Oliver Bolte
2009-01-05CWS-TOOLING: integrate CWS aw059Jens-Heiner Rechtien
2008-07-02INTEGRATION: CWS ooo3readme3 (1.34.8); FILE MERGEDRüdiger Timm
2008-06-03#i90267# fixed typoVladimir Glazounov
2008-05-30INTEGRATION: CWS ooo3readme2 (1.32.10); FILE MERGEDOliver Bolte
2008-05-30INTEGRATION: CWS ooo3readme2 (1.2.10); FILE MERGEDOliver Bolte
2008-04-17INTEGRATION: CWS ooo3readme1 (1.31.24); FILE MERGEDRüdiger Timm
2008-04-17INTEGRATION: CWS ooo3readme1 (1.1.2); FILE ADDEDRüdiger Timm
2008-04-10INTEGRATION: CWS changefileheader (1.6.66); FILE MERGEDRüdiger Timm