From f0743a6e91c12b89d711e8c1aad5ec697eeb2e3b Mon Sep 17 00:00:00 2001 From: MoffD Date: Mon, 12 Oct 2015 17:30:00 -0400 Subject: [PATCH 1/2] Premake moved to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9b7a8d..37fee691 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ for(auto row : wb2["sheet2"].rows()) ## Building xlnt is regularly built and passes all 200+ tests in GCC 4.8.2, MSVC 12, and Clang 3.4. -Workspaces for Visual Studio 2013, and GNU Make can be created using the development version of premake (currently available [here](https://bitbucket.org/premake/premake-dev), binaries [here](http://sourceforge.net/projects/premake/files/Premake/nightlies/)) and the premake5.lua script in the build directory. XCode workspaces can be generated using premake4.lua and premake4 (binaries [here](http://sourceforge.net/projects/premake/files/Premake/4.3/)). +Workspaces for Visual Studio 2013, and GNU Make can be created using the development version of premake (currently available [here](http://premake.github.io/download.html) and the premake5.lua script in the build directory. XCode workspaces can be generated using premake4.lua and premake4 (binaries [here](http://sourceforge.net/projects/premake/files/Premake/4.3/)). In Windows, with Visual Studio 2013: ```batch From 0f5a25af637a4318f65201f0749ffc1c86c01973 Mon Sep 17 00:00:00 2001 From: MoffD Date: Mon, 12 Oct 2015 17:41:20 -0400 Subject: [PATCH 2/2] Premake moved to github --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fee691..4fe68566 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,9 @@ for(auto row : wb2["sheet2"].rows()) ## Building xlnt is regularly built and passes all 200+ tests in GCC 4.8.2, MSVC 12, and Clang 3.4. -Workspaces for Visual Studio 2013, and GNU Make can be created using the development version of premake (currently available [here](http://premake.github.io/download.html) and the premake5.lua script in the build directory. XCode workspaces can be generated using premake4.lua and premake4 (binaries [here](http://sourceforge.net/projects/premake/files/Premake/4.3/)). +Workspaces for Visual Studio 2013, and GNU Make can be created using the development version of premake and the premake5.lua script in the build directory. XCode workspaces can be generated using premake4.lua and premake4. + +Premake binaries and source are currently available [here](http://premake.github.io/download.html). In Windows, with Visual Studio 2013: ```batch