Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Update compile txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunsu committed Sep 1, 2018
1 parent c75d673 commit 6b253db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions win_compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Change pip.ini in wine

```wine ~/.wine/drive_c/Python27/Scripts/pyinstaller.exe -F calculator_of_Onmyoji/pull_mitama.py -p /usr/lib/python2.7/dist-packages/ -p /usr/local/lib/python2.7/dist-packages/```

```wine ~/.wine/drive_c/Python27/Scripts/pyinstaller.exe -F calculator_of_Onmyoji/convert_json2xls.py -p /usr/lib/python2.7/dist-packages/ -p /usr/local/lib/python2.7/dist-packages/```


### For 32bit

Expand All @@ -24,3 +26,5 @@ Change pip.ini in wine
```wine ~/.wine32/drive_c/Python27/Scripts/pyinstaller.exe -F calculator_of_Onmyoji/cal_mitama.py -p /usr/local/lib/python2.7/dist-packages/```

```wine ~/.wine32/drive_c/Python27/Scripts/pyinstaller.exe -F calculator_of_Onmyoji/pull_mitama.py -p /usr/lib/python2.7/dist-packages/ -p /usr/local/lib/python2.7/dist-packages/```

```wine ~/.wine32/drive_c/Python27/Scripts/pyinstaller.exe -F calculator_of_Onmyoji/convert_json2xls.py -p /usr/lib/python2.7/dist-packages/ -p /usr/local/lib/python2.7/dist-packages/```

0 comments on commit 6b253db

Please sign in to comment.