halx99
|
c7fbe512e4
|
Python3 support
|
2021-10-05 20:57:41 +08:00 |
rh101
|
012e9708b8
|
Download external tools to tools/external
Ensure git ignores the tools/external folder
Update NuGet CLI exe path
|
2021-10-05 10:47:45 +11:00 |
rh101
|
9857ea8732
|
[setup.py] Add download support. Add NuGet CLI download to tools folder.
Download NuGet Microsoft.Web.WebView2 package version 1.0.992.28
Add support for WebView for Windows builds.
|
2021-10-04 18:55:01 +11:00 |
HALX99
|
a42f9ac25c
|
Renaming refactor (#353) [ci build]
|
2021-05-18 16:40:30 +08:00 |
halx99
|
975ef2ff61
|
Lock name
|
2020-10-24 21:57:36 +08:00 |
halx99
|
8e6db773b8
|
fix for non-win32 platforms
|
2020-10-22 17:33:18 +08:00 |
halx99
|
eb52b0d319
|
Make setup.py works with python3
|
2020-10-22 16:53:28 +08:00 |
HALX99
|
0d84d722b8
|
Use pyenv manage python version for travis-ci (#229)
|
2020-10-07 22:45:05 +08:00 |
leda
|
5c170877e0
|
delete ANT check on setup.py (#19042)
* update submodule
* delete ANT check on setup.py
|
2018-09-14 14:24:07 +08:00 |
minggo
|
44d49d7fab
|
environment path variable can include blank space (#17919)
|
2017-06-12 14:13:07 +08:00 |
zhangbin
|
c2d930df00
|
Change the implementation of checking NDK path on windows.
|
2016-06-23 17:09:07 +08:00 |
lunhao.guo
|
fe5314d927
|
add quiet option for Cocos Toolkit
|
2015-12-10 17:20:43 +08:00 |
lunhao.guo
|
ae980c19d2
|
fix the link error and compile error in windows and android platform
|
2015-12-09 20:18:37 +08:00 |
zhangbin
|
6f4d61e948
|
Solve the environment conflict with Cocos.
|
2014-12-11 11:14:30 +08:00 |
Ricardo Quesada
|
a55fb2a1f5
|
setup adds COCOS_TEMPLATES_ROOT
|
2014-11-17 20:05:15 -08:00 |
Ricardo Quesada
|
99966755e5
|
sets COCOS_X_ROOT
sets COCOS_X_ROOT environment variable and also uses PEP8 coding style
|
2014-11-17 18:11:08 -08:00 |
dulangci
|
7ada094e1f
|
fixed as follow error
fixed as follow error:
TypeError: cannot concatenate 'str' and 'NoneType' objects
|
2014-07-18 09:18:33 +08:00 |
Dhilan007
|
0bf4af1175
|
fixed crash in setup.py script.
|
2014-07-16 15:36:50 +08:00 |
Nite Luo
|
85b2029b3f
|
Refactor setup.py reuse some of the code
|
2014-07-11 15:03:40 -07:00 |
Nite Luo
|
3cd16a7915
|
Fix setup.py that can't deal with symlink when setup environment variables
|
2014-07-11 14:14:02 -07:00 |
邵成磊
|
61b0ecbcdc
|
Make Setup.py Support for zsh.
When i use zsh for my default shell, `python setup.py` don't take the correct information for me.This change make it works.
|
2014-07-08 12:18:29 +08:00 |
AlexV
|
556eab4a61
|
fixed tabs space issues. fixed problem with ndk detection. simplified code for androidsdk detection.
|
2014-05-10 10:27:14 +09:00 |
AlexV
|
2e461182b0
|
removed duplicated check on deteted values from system
|
2014-05-10 10:27:13 +09:00 |
AlexV
|
9b84a21f52
|
fixing handling of error when trying to detect android tools
|
2014-05-10 10:27:13 +09:00 |
AlexV
|
06de5d7991
|
added detection of android tools path
|
2014-05-10 10:27:12 +09:00 |
zhangbin
|
e9fa70b101
|
Add tip message in setup.py for prompt the usage of some environment variable.
|
2014-04-22 15:55:27 +08:00 |
zhangbin
|
4605fb6d56
|
closed #4847, Find ant path from system first when ANT_ROOT is not set.
|
2014-04-16 11:08:01 +08:00 |
zhangbin
|
e622b1fa0e
|
closed #4849, The environment variable take effect without reboot machine on windows.
|
2014-04-15 11:49:16 +08:00 |
zhangbin
|
7874cd8045
|
closed #4786, Show tip message when python is not compatible.
|
2014-04-14 17:29:37 +08:00 |
zhangbin
|
7e807f3ea9
|
closed #4784, Solve the problem of setup.py on windows.
|
2014-04-14 11:48:48 +08:00 |
zhangbin
|
f1080c1366
|
Add environment variable into file .bashrc on Linux.
|
2014-04-09 14:33:10 +08:00 |
zhangbin
|
3f349dfe09
|
closed #4584, Add feature to force update the environment variables in setup.py.
|
2014-04-02 11:23:10 +08:00 |
zhangbin
|
1d73e75a0e
|
closed #4419, Backup the environment file when adding environment variable in setup.py.
|
2014-03-20 15:21:15 +08:00 |
minggo
|
9574ba43f9
|
make description more readable
|
2014-03-14 14:49:58 +08:00 |
minggo
|
82ddaa089b
|
make description more readable
|
2014-03-14 11:37:26 +08:00 |
minggo
|
bc4ceda242
|
set COCOS_CONSOLE_ROOT to path on windows
|
2014-03-13 23:12:55 +08:00 |
minggo
|
747ca17386
|
find correct path on windows
|
2014-03-13 16:01:33 +08:00 |
minggo
|
6c564e4c97
|
set ANDROID_SDK_ROOT to correct path
|
2014-03-11 14:54:14 +08:00 |
minggo
|
c72586ddbe
|
ask to set ANT_ROOT, and add more redeable information
|
2014-03-11 11:57:51 +08:00 |
minggo
|
0f50127851
|
set ANT_ROOT environment variable
|
2014-03-10 19:38:56 +08:00 |
Ricardo Quesada
|
a0a6ab5d66
|
many usuability improvements
|
2014-03-07 12:12:25 -08:00 |
minggo
|
4b924fb717
|
set environment correctly on windows
|
2014-03-07 19:37:33 +08:00 |
minggo
|
36180e07c5
|
use terminal to input for all platforms
|
2014-03-07 16:15:18 +08:00 |
minggo
|
4cb6dd4833
|
set ANDROID_SDK_ROOT
|
2014-03-07 10:19:24 +08:00 |
minggo
|
8f7a4ba64a
|
check validation of ndk_root
|
2014-03-06 17:18:12 +08:00 |
minggo
|
4453e6e7fc
|
setup improve
|
2014-03-06 11:51:50 +08:00 |
Ricardo Quesada
|
a012459b94
|
Improves setup.py
|
2014-03-05 14:09:45 -08:00 |
minggo
|
3099faa47b
|
make setup script more smart
|
2014-03-05 17:00:07 +08:00 |
minggo
|
4fd7916e14
|
install.py -> setup.py
|
2014-03-05 11:33:11 +08:00 |