From 86f25dad6a5c5f0a0503721faf62349ffec5eb57 Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshua.olson1@gmail.com> Date: Sun, 23 Aug 2015 21:11:05 -0600 Subject: [PATCH] removed Linux's 'make install' step I get "no install target," so I make the Linux-specific directions match the Unix Makefiles section. Thank goodness we won't need cmake much longer --- BUILD.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 697b7a6bf..78e1b88de 100644 --- a/BUILD.md +++ b/BUILD.md @@ -162,12 +162,10 @@ or using the package manager of your distribution. cd Build/Debug cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ../.. make - make install mkdir ../Release cd ../Release cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../.. make - make install This will install Polycode into the Release/Linux/Framework directory, which should mirror the binary download from the website and contain