From 30ee0065b0d418293b34bde885378e7fea8a9421 Mon Sep 17 00:00:00 2001 From: Shane Bell Date: Thu, 8 May 2014 03:38:33 -0700 Subject: [PATCH] Adjust header levels --- Compiling-from-Source.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiling-from-Source.md b/Compiling-from-Source.md index 3896180..70652f1 100644 --- a/Compiling-from-Source.md +++ b/Compiling-from-Source.md @@ -1,10 +1,10 @@ -### Introduction +## Introduction You probably don't need to compile Clementine yourself. [We already provide downloads](http://www.clementine-player.org/downloads) for Debian, Ubuntu, Fedora, Windows and Mac OS X. If you don't want to use one of the above packages, or you want to compile the latest version of Clementine from git, then read on. The instructions below are for Linux. Compiling for [Windows](https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source-(Windows)) or [Mac OS X](https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source-(Mac-OS-X)) is a little more complicated. -### Prerequisites +## Prerequisites You need CMake and the development packages for these libraries: @@ -76,7 +76,7 @@ On Pardus: libxml2-devel libusb-devel glib2-devel sqlite-devel \ libcdio-devel libX11-devel kernel-headers zlib-devel fftw3-devel -### Compiling +## Compiling This is the easy bit!