Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Windows build #589
Windows build #589
Comments
Happy to help with any testing! |
@simon-p-r starting from a fresh windows setup we were able to build the source and run the tests! https://github.com/sheetjs/js-xlsx#windows is the relevant part of the documentation. Configuration Steps:
After making changes to the bits files, |
I will have a go and let you know if there are any problems |
@simon-p-r updated the make.cmd script to streamline the process. Tested on an old Surface Pro 3 running windows 8.1 and everything seemed to work! Since we aren't using any powershell features it should work back to Windows 7. Preparation:
Commands:
|
run `make help` for more info
Simplify the build and test process to enable a Windows development workflow
see SheetJS/js-harb#7 h/t @simon-p-r