From a180eb22d45873b8bf0c37070910b528b432e641 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 19 Mar 2020 14:19:25 +0100 Subject: [PATCH] notes --- Linux/README.txt | 87 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/Linux/README.txt b/Linux/README.txt index 0c65b2f..8d61023 100644 --- a/Linux/README.txt +++ b/Linux/README.txt @@ -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 // 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 -- 2.45.1