diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-04-14 12:32:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-04-14 12:32:27 -0700 |
commit | 1e7dee261764a4cb6bfcf9359fd60c179d1dcbd6 (patch) | |
tree | 799dfeaaafe07b717569688b1383131e33970918 /python/BuildInstructionsLinuxMacOS.md | |
parent | Formatting fixes (diff) | |
download | ice-1e7dee261764a4cb6bfcf9359fd60c179d1dcbd6.tar.bz2 ice-1e7dee261764a4cb6bfcf9359fd60c179d1dcbd6.tar.xz ice-1e7dee261764a4cb6bfcf9359fd60c179d1dcbd6.zip |
updating build instructions
Diffstat (limited to 'python/BuildInstructionsLinuxMacOS.md')
-rw-r--r-- | python/BuildInstructionsLinuxMacOS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/BuildInstructionsLinuxMacOS.md b/python/BuildInstructionsLinuxMacOS.md index bb019a45494..13bba321f96 100644 --- a/python/BuildInstructionsLinuxMacOS.md +++ b/python/BuildInstructionsLinuxMacOS.md @@ -23,8 +23,8 @@ compatible with the one used to build Ice for C++. The build of Ice for Python requires to first build Ice for C++ in the `cpp` subdirectory. -Edit `config/Make.rules` to establish your build configuration. The comments in -the file provide more information. +From the top-level source directory, edit `config/Make.rules` to establish your +build configuration. The comments in the file provide more information. Change to the Ice for Python source subdirectory: |