forked from MergHQ/CRYENGINE
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.bootstrap.cfg
39 lines (28 loc) · 1.22 KB
/
.bootstrap.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# BOOTSTRAP CONFIGURATION FILE
# To customise your bootstrap configuration, create a copy of this file without
# the '.sample' extension, simply uncomment the relevant header (common/3rdparty)
# and the fields that you wish to customise. Any fields that remain commented out
# will use their default values, so it is only necessary to uncomment a line
# if you wish to change something.
[common]
#verbose = False
#data_file = bootstrap.dat
#digest_file = .bootstrap.digests.pickle
#checkmd5 = False
# set to 'True' on to sync compilers and tweak workspace root.
#is_buildbot = False
# set to 'True' to sync compilers without tweaking workspace root.
#is_buildmachine = True
# comma-separated list of tags: used to determine packages to download
#relevance = dcc
[3rdparty]
# your perforce username, defaults to the OS username
#p4user =
#p4port = perforce:1666
# 3rdparty perforce client: default is <HOSTNAME>_bootstrap
#p4client =
#p4path = //depot/3rdParty/...
# Location of your 3rdparty client on your hard disk. On Windows this is typically
# something like "D:\p4\<HOSTNAME>_bootstrap", and on Linux, "/data/<HOSTNAME>_bootstrap".
# If this value is not provided, it is determined automatically from the p4client.
#root_folder =