Skip to content

Commit d70e83b

Browse files
authored
How to build on Linux
1 parent 62e9058 commit d70e83b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ Development of C code is done in Eclipse.
6363
2. Set `GLOBALS_HOME` environment variable to the root of Caché or Ensemble installation.
6464
3. Set `PYTHONHOME` environment variable to the root of Python3 installation. Usually `C:\Users\<User>\AppData\Local\Programs\Python\Python3<X>`
6565
4. Open MinGW bash.
66-
5. In `Repository\c\` execute `make`.
66+
5. In `<Repository>\c\` execute `make`.
6767

6868
## Linux
6969

7070
1. Add Python 3.6 repo: `add-apt-repository ppa:jonathonf/python-3.6` and `apt-get update`
7171
2. Install: `apt install python3.6 python3.6-dev libpython3.6-dev build-essential`
72-
2. TBD. Get the binary from releases page (built for 3.6). Check [issue 3](https://github.com/intersystems-ru/PythonAdapter/issues/3) for progress.
72+
3. Set `GLOBALS_HOME` environment variable to the root of Caché or Ensemble installation.
73+
4. Set environment variable `PYTHONVER` to the python version you want to build, i.e.: ` export PYTHONVER=3.6`
74+
5. In `<Repository>/c/` execute `make`.

0 commit comments

Comments
 (0)