Skip to content

Commit

Permalink
Merge pull request #106 from quintijn/installerdetails
Browse files Browse the repository at this point in the history
Installerdetails
  • Loading branch information
quintijn authored May 20, 2022
2 parents b70bc74 + 70c9aa1 commit 426d71f
Show file tree
Hide file tree
Showing 136 changed files with 13 additions and 44,670 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ MacroSystem/*_vcl.py
/PyTest/readwritefiletest/*.txt
/PyTest/readwritefiletest/*out.ini

# documentation (sphinx)
_build
# documentation
/documentation/_build
/documentation/natlink_build
14 changes: 9 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
cmake_minimum_required (VERSION 3.20)

project (Natlink)
set(NATLINK_VERSION 5.1.1)
set(PYTHON_VERSION 3.10 CACHE STRING "3.X for X >= 8")
set(NATLINK_VERSION 5.1.2)
set(PYTHON_VERSION 3.9 CACHE STRING "3.X for X >= 9")
set(MYAPP_NAME "Natlink")

# Other supported version; use CMake cache editor
set(PYTHON_VERSIONS 3.8 3.9 3.10)
set(PYTHON_VERSIONS 3.9 3.10)
set_property(CACHE PYTHON_VERSION PROPERTY STRINGS ${PYTHON_VERSIONS})

#### where to find the 32-bit installer for $(PYTHON_VERSION)
if(${PYTHON_VERSION} STREQUAL 3.10)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.10.3/python-3.10.3.exe")
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.10.4/python-3.10.4.exe")
elseif(${PYTHON_VERSION} STREQUAL 3.9)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.9.9/python-3.9.9.exe")
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.9.12/python-3.9.12.exe")
elseif(${PYTHON_VERSION} STREQUAL 3.8)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe")
endif()
Expand Down Expand Up @@ -43,3 +43,7 @@ add_subdirectory ("NatlinkSource")
add_subdirectory ("NatlinkModule") # build two
# Now, using dependcy on the stamps, start the inno installation generator
add_subdirectory ("InstallerSource")
# include sample macros
#add_subdirectory ("SampleMacros")
# add config program
#add_subdirectory ("NatlinkConfigure")
Binary file removed documentation/_build/doctrees/documentation.doctree
Binary file not shown.
Binary file removed documentation/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed documentation/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed documentation/_build/doctrees/installation.doctree
Binary file not shown.
Binary file not shown.
Binary file removed documentation/_build/doctrees/modules.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed documentation/_build/doctrees/natlinkstatus.doctree
Binary file not shown.
Binary file removed documentation/_build/doctrees/project.doctree
Binary file not shown.
Binary file removed documentation/_build/doctrees/sendkeys.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions documentation/_build/html/.buildinfo

This file was deleted.

101 changes: 0 additions & 101 deletions documentation/_build/html/_modules/index.html

This file was deleted.

Loading

0 comments on commit 426d71f

Please sign in to comment.