]> Creatis software - creaToolsTools.git/commitdiff
notes vtk8itk4w3-macos
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 19 Mar 2020 13:19:25 +0000 (14:19 +0100)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 19 Mar 2020 13:19:25 +0000 (14:19 +0100)
Linux/README.txt

index 0c65b2f72107124ee9be3f10fcf9c0675a1ae984..8d6102311ad7bb096de7855bfe161eb2c3ef4084 100644 (file)
@@ -215,3 +215,90 @@ D) - Open a new terminal window.
 
 E) Open a new terminal window.
    You can work, by launching creaTools.sh!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+===============================================================
+===============================================================
+===============================================================
+===============================================================
+
+
+Modif
+
+RRTI. crea bbtk
+
+bbtkPackage. cxx / h
+bbtkFactory
+bbtkData.h
+
+--std--
+https://stackoverflow.com/questions/16229297/why-is-the-c-standard-library-not-working
+
+
+--- TO DO --
+1. Cual es el mecanismo equivalente al .bashrc
+2. La lectura de las variables del sistema del TPL esta funcionando pero no de creatools
+3. Path en el archivo .sh para encontrar creatools , variables del sistema 
+4. Adicione links simbólicos en bin para encontrares bbi.app/..... 
+
+
+flags creaMararcasVisu
+-fPIC   -std=c++11   -Xpreprocessor -fopenmp -lomp  -L/opt/local/lib/libomp   
+
+flags. bbtkGEditor
+-fPIC -std=c++11
+
+--openmp--
+port install amp
+
+
+OpenGL Extensions Viewer
+
+NSView
+https://groups.google.com/forum/#!topic/wx-users/3EpM_oTUST8
+
+
+port install  gdk-pixbuf2 -x11
+port install cairo +quartz
+port install pango +quartz
+port install gtk3 +quartz -x11
+port install wxgtk-3.0 +quartz -x11
+
+
+
+wxWidgets-3.0  wxWidgets-common, wxWidgets_select
+
+https://gstreamer.freedesktop.org/documentation/tutorials/basic/toolkit-integration.html
+https://mail.gnome.org/archives/gtk-app-devel-list/2015-March/msg00045.html
+
+en build-mac
+../configure --with-macosx-version-min=10.8
+
+../configure --with-macosx-version-min=10.8  --prefix=/Users/davila/Creatis/creaTools/thirdparty_sources/wxWidgets-3.1.1/build-mac-install
+
+
+#include <ciso646>  // detect std::lib
+#ifdef _LIBCPP_VERSION
+// using libc++
+#ifndef HAVE_TYPE_TRAITS
+#define HAVE_TYPE_TRAITS 1
+#endif
+#else 
+// using libstdc++
+#ifndef HAVE_TR1_TYPE_TRAITS
+#define HAVE_TR1_TYPE_TRAITS 1
+#endif
+#endif