From 6bfe121f14b0f9d6027f079c7c2590de7f88f159 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Sun, 13 Sep 2015 15:30:44 -0400 Subject: [PATCH] minor readmes --- boostrap-wine.sh | 1 + deb/Makefile | 2 +- windows/Readme.txt | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 windows/Readme.txt diff --git a/boostrap-wine.sh b/boostrap-wine.sh index ca98834..c13cab7 100644 --- a/boostrap-wine.sh +++ b/boostrap-wine.sh @@ -2,3 +2,4 @@ apt-add-repository -y ppa:byteit101/frc-toolchain apt-get update apt-get install -y wine1.6 winetricks zsh g++-mingw-w64 devscripts +echo "Please download wix310-binaries.zip from https://wix.codeplex.com/downloads/get/1483378 (Needs JS to download)" diff --git a/deb/Makefile b/deb/Makefile index 99160a1..84a6fd7 100644 --- a/deb/Makefile +++ b/deb/Makefile @@ -69,5 +69,5 @@ frc-toolchain: cd frc-toolchain && debuild $(DEBUILD_FLAGS) clean: - find . ! -name Makefile ! -name debians -maxdepth 1 -type f -delete + find . -maxdepth 1 ! -name Makefile ! -name debians -type f -delete diff --git a/windows/Readme.txt b/windows/Readme.txt new file mode 100644 index 0000000..dfebfff --- /dev/null +++ b/windows/Readme.txt @@ -0,0 +1,3 @@ +Please download wix310-binaries.zip from https://wix.codeplex.com/downloads/get/1483378 (Needs JS to download) and extract into the wix folder such that windows/wix/light.exe exists + +The makefiles are set up to work on debian-based systems and will not work on Windows. You must cross compile