From 1e153d14b00b1532c215b8ec4057f255a9afe455 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 29 May 2013 16:54:04 -0700 Subject: [PATCH] fix whitespace which broke copy/paste of boost 1.48 install --- UbuntuInstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 9b711c2..5bfdaa3 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -96,7 +96,7 @@ apt-cache policy libboost-dev ```sh # On Ubuntu 12.04 Precise, make sure you get the 1.48 boost packages: - sudo apt-get install \ + sudo apt-get install \ libboost-filesystem1.48-dev \ libboost-program-options1.48-dev \ libboost-python1.48-dev libboost-regex1.48-dev \