File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Download the source by browsing to the Unidata UDUNITS source repository at
228
228
or by executing, for example, the following commands:
229
229
@example
230
230
cd C:\Users\@var {current_user }\Downloads
231
- curl -O https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-@value {VERSION }-Source .zip
231
+ curl -O https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-@value {VERSION }.zip
232
232
@end example
233
233
234
234
Unpack the distribution by opening the downloaded file and extracting the
@@ -239,7 +239,7 @@ before or after extraction.
239
239
240
240
Build and install the package using cmake(1). For example
241
241
@example
242
- cd C:\Users\@var {current_user }\Downloads\udunits2-@value {VERSION }-Source
242
+ cd C:\Users\@var {current_user }\Downloads\udunits2-@value {VERSION }
243
243
mkdir build
244
244
cd build
245
245
cmake [-D CMAKE_INSTALL_PREFIX=@var {install_prefix }] ..
You can’t perform that action at this time.
0 commit comments