Skip to content

Artnet Node library -> used to build windows DLL

Notifications You must be signed in to change notification settings

Hemisphere-Project/Hartnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## MinGW / MSYS ##

Installer le compiler MinGW:
http://www.mingw.org/wiki/Getting_Started
- telecharger et lancer mingw-get-setup.exe
- une fois executé, dans le gestionnaire:
		installer mingw-developer-toolkit / mingw32-base / mingw32-gcc-g++ / msys-base


Lancer MSYS
Télécharger Hartnet-master.zip
https://github.com/Hemisphere-Project/Hartnet

Décompresser dans C:\MinGW\msys\1.0\home\user

	cd Hartnet-master/libartnet
	./configure --prefix=/home/mgr/Hartnet-master/libartnet  #remplacer mgr par le "user"
	make
	make install
	cd ..
	#remplacer mgr par le "user" dans compile_mgr.sh à la ligne 2,6,8
	
	./compile_mgr.sh

=> la dll est produite dans le dossier /home/"user"/Hartnet-master/dll