Skip to content

Commit

Permalink
minor readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
byteit101 committed Sep 13, 2015
1 parent 94d5428 commit 6bfe121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions boostrap-wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
2 changes: 1 addition & 1 deletion deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 3 additions & 0 deletions windows/Readme.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6bfe121

Please sign in to comment.