From bfa452a375ea0a0a3f95304a69186936567e5263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 19:45:36 +0200 Subject: New upstream version 4.1.4 --- docs/howto/GettingStarted.txt | 86 ------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100755 docs/howto/GettingStarted.txt (limited to 'docs/howto/GettingStarted.txt') diff --git a/docs/howto/GettingStarted.txt b/docs/howto/GettingStarted.txt deleted file mode 100755 index a88698f..0000000 --- a/docs/howto/GettingStarted.txt +++ /dev/null @@ -1,86 +0,0 @@ - -To build the xbase library - -1) Verify you have the correct software prerequisites installed - A) cmake 2.6 or LATER - B) Compiler and linker - -2) Verify you have access to the target location of the library - -3) Unpack the tar or zip file - -4) For Linux 64 bit or 32 bit plat forms - - cd xbase/build/Linux64 or xbase/build/Linux32 - cmake . - make - make test - sudo make install - - Verify the ld.so.conf file has the library target directory - For example - update file /etc/ld.so.conf to include /usr/local/lib - and run ldconfig - Your milage may vary depending on Linux Distro - - - To update the configuration file - cd xbase/build/Linux64 or xbase/build/Linux32 - ccmake . - - - -5) For Mac - - Verify you have xcode installed and operational - cd xbase/build/Mac - cmake . -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk - make - make test - - -6) For Windows 64 bit with Visual Studio - - Open a Visual Studio 64 bit Shell - cd xbase\build\Win64VS - buildwin.bat - nmake test - - From a VS Studio 64 bit shell in admin mode - nmake install - - Also of note: cleanwin.bat resets everything - -7) For Windows 32 bit with Visual Studio - - Open a Visual Studio 32 bit Shell - cd xbase\build\Win32VS - buildwin.bat - nmake test - - From a VS Studio 32 bit shell in admin mode - nmake install - - - -8) For Windows 32 bit with Borland 5.5 free compiler - - cd xbase\build\Win32Borland - BuildBorland.bat - make test - - -9) For other platforms - - Here is something to start with... - - cd xbase - md MyPlatform - cd MyPlatform - cp ../Cmake/CmakeLists.txt . - - Enter the appropriate make command for your environment - check the cmake web site for help - On Linux, it is .cmake, then make - your mileage may vary - - Send your results to the library maintainer so it can be added to this library -- cgit v1.2.3 From c894a7cdd8686ea695602a23a511a3f1b0d047be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 21:07:46 +0200 Subject: New upstream version 4.1.4 --- docs/howto/GettingStarted.txt | 86 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100755 docs/howto/GettingStarted.txt (limited to 'docs/howto/GettingStarted.txt') diff --git a/docs/howto/GettingStarted.txt b/docs/howto/GettingStarted.txt new file mode 100755 index 0000000..d6497a2 --- /dev/null +++ b/docs/howto/GettingStarted.txt @@ -0,0 +1,86 @@ + +To build the xbase library + +1) Verify you have the correct software prerequisites installed + A) cmake 2.6 or LATER + B) Compiler and linker + +2) Verify you have access to the target location of the library + +3) Unpack the tar or zip file + +4) For Linux 64 bit or 32 bit plat forms + + cd xbase/build/Linux64 or xbase/build/Linux32 + cmake . + make + make test + sudo make install + + Verify the ld.so.conf file has the library target directory + For example + update file /etc/ld.so.conf to include /usr/local/lib + and run ldconfig + Your mileage may vary depending on Linux Distro + + + To update the configuration file + cd xbase/build/Linux64 or xbase/build/Linux32 + ccmake . + + + +5) For Mac + + Verify you have xcode installed and operational + cd xbase/build/Mac + cmake . -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk + make + make test + + +6) For Windows 64 bit with Visual Studio + + Open a Visual Studio 64 bit Shell + cd xbase\build\Win64VS + buildwin.bat + nmake test + + From a VS Studio 64 bit shell in admin mode + nmake install + + Also of note: cleanwin.bat resets everything + +7) For Windows 32 bit with Visual Studio + + Open a Visual Studio 32 bit Shell + cd xbase\build\Win32VS + buildwin.bat + nmake test + + From a VS Studio 32 bit shell in admin mode + nmake install + + + +8) For Windows 32 bit with Borland 5.5 free compiler + + cd xbase\build\Win32Borland + BuildBorland.bat + make test + + +9) For other platforms + + Here is something to start with... + + cd xbase + md MyPlatform + cd MyPlatform + cp ../Cmake/CmakeLists.txt . + + Enter the appropriate make command for your environment - check the cmake web site for help + On Linux, it is .cmake, then make + your mileage may vary + + Send your results to the library maintainer so it can be added to this library -- cgit v1.2.3