Name | Modified | Size | Downloads / Week |
---|---|---|---|
binary-v1.10 | 2025-06-30 | ||
binary-lastest | 2025-06-30 | ||
binary-v1.09 | 2024-11-10 | ||
binary-v1.08 | 2024-08-16 | ||
binary-v1.07 | 2023-12-17 | ||
binary-v1.06 | 2022-12-18 | ||
README.txt | 2025-01-12 | 1.6 kB | |
RELEASE_NOTE | 2024-11-12 | 12.9 kB | |
Totals: 8 Items | 14.5 kB | 22 |
Installating XBNF neurotranslator : =================================== * download binary which proper fit on your architecture xbnf_x86_64-linux-gnu : 64bits / Linux GNU C++ 9.4.0 (EX: LinuxMint 20) xbnf_x86_64-win10.exe : 64bits / Windows 10 / x86_64-w64-mingw32 14.2 xbnf_arm-linux-gnueabihf : ARMv7 32bits / ARMv7 Raspberry PI Raspbian 8.3.0 / (EX: Raspbian 10 buster) * old architectures xbnf_i686-winxp5.1-gnu.exe : 32bits / GNU C++ 4.9.4 Windows XP xbnf_i686-linux-gnu : 32Bits / Linux GNU C++ 4.8.4 (EX: LinuxMint 17) * simply save the binary to a PATH directory location Download French Documentation : =============================== https://sourceforge.net/p/neurotranslator/neurotranslator/ci/master/tree/XBNF_fr.html?format=raw Retrieve sources : ================== * go to sourceforge "GIT repository" for thoses who may want to participate this adventure git clone git://git.code.sf.net/p/neurotranslator/neurotranslator neurotranslator C++ compilation : ================= Enter source folder. # cd neurotranslator Rebuild : # make clean all Tests : # make test Install (need root) : # make install Other makefile operations : # make help Check version and architecture : # xbnf --version See license and help : # xbnf -l # xbnf -h Docker images from dockerHub : ============================= * XBNF neurotranslator execution : https://hub.docker.com/r/damolab/neurotranslator * Compilation toolchain for XBNF neurotranslator https://hub.docker.com/r/damolab/neurotranslator-compil === Enjoy and open tickets for problems, questions, improvements ...