You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support a deps bash script
eg. each tools or dependencies can be build from an external tool
for ex calling: $ build/{projectname}/deps
move files into bin-deps folder
and follow the format bin-deps/{projectname}/{version}/{platform}
for ex with projectormake and if we are building under Linux we would have bin-deps/projectormake/1.0.0/linux
all internal tools should build cross-platform,
or at least all platforms supported by the SDK
The text was updated successfully, but these errors were encountered:
support a
deps
bash scripteg. each tools or dependencies can be build from an external tool
for ex calling:
$ build/{projectname}/deps
move files into
bin-deps
folderand follow the format
bin-deps/{projectname}/{version}/{platform}
for ex with
projectormake
and if we are building under Linux we would havebin-deps/projectormake/1.0.0/linux
all internal tools should build cross-platform,
or at least all platforms supported by the SDK
The text was updated successfully, but these errors were encountered: