File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,12 @@ Development of C code is done in Eclipse.
63
63
2 . Set ` GLOBALS_HOME ` environment variable to the root of Caché or Ensemble installation.
64
64
3 . Set ` PYTHONHOME ` environment variable to the root of Python3 installation. Usually ` C:\Users\<User>\AppData\Local\Programs\Python\Python3<X> `
65
65
4 . Open MinGW bash.
66
- 5 . In ` Repository\c\ ` execute ` make ` .
66
+ 5 . In ` < Repository> \c\` execute ` make ` .
67
67
68
68
## Linux
69
69
70
70
1 . Add Python 3.6 repo: ` add-apt-repository ppa:jonathonf/python-3.6 ` and ` apt-get update `
71
71
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 ` .
You can’t perform that action at this time.
0 commit comments