We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ff2ea commit 01c0210Copy full SHA for 01c0210
dev/conda/README.adoc
@@ -80,6 +80,7 @@ When testing an installation:
80
Setup:
81
82
* Run `setup-conda.sh` to setup a working Conda environment
83
+** If needed, `$ conda install autoconf automake ant`
84
* Run the Swift/T `dev/release/make-release-pkg.zsh` script to
85
create the "exported" Swift/T source tree in `$TMP/distro`,
86
where `$TMP` defaults to `/tmp`.
@@ -89,7 +90,7 @@ Setup:
89
90
91
Loop:
92
-* Run `conda-platform.sh`. See notes there.
93
+* Run `conda-build.sh [PLATFORM]`. See notes there.
94
** Provide `-r` to build with R
95
* Check `conda-build.log` (`LOG`) for errors.
96
* Add debug output to `build.sh` as needed to diagnose problems.
0 commit comments