Skip to content

Commit

Permalink
updated readme, scripts, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordeyne committed Aug 17, 2015
1 parent 9b80dd0 commit 7b8bffc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,5 @@ __pycache__/
*.dndcs
*.dndc
DnDApp_OLD/
build/
build/
Scripts/setup.exe
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -29,3 +29,10 @@ For now it aims at dungeons and dragons but later on, will be adaptable to other
- [ ] Error handling
- [ ] In-app text, voice and video chat
- [ ] Music streaming to players

# Build from source instructions :

- Clone the repo, or download the .zip in GitHub
- Have python 3.4 or higher installed with PyQt4 and cx_Freeze installed.
- Run the cx_Freeze_build.bat file located in the Scripts/.. folder.
- If you need to package it into an installer, compile the DnDApp.nsi with NSIS.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions Scripts/generate_python_code_python34.bat
@@ -0,0 +1,7 @@
cd..
python "C:\Python34\Lib\site-packages\PyQt4\uic\pyuic.py" -o "lib\connect_window_ui.py" -x "UI\connect_window.ui"
python "C:\Python34\Lib\site-packages\PyQt4\uic\pyuic.py" -o "lib\main_window_ui.py" -x "UI\main_window.ui"
python "C:\Python34\Lib\site-packages\PyQt4\uic\pyuic.py" -o "lib\host_window_ui.py" -x "UI\host_window.ui"
python "C:\Python34\Lib\site-packages\PyQt4\uic\pyuic.py" -o "lib\dm_viewer_ui.py" -x "UI\dm_viewer.ui"
"C:\Python34\Lib\site-packages\PyQt4\pyrcc4.exe" -py3 -o "lib\resources_rc.py" "resources\resources.qrc"
pause
Binary file removed build/setup.exe
Binary file not shown.

0 comments on commit 7b8bffc

Please sign in to comment.