tangjianpku / LINE

LINE: Large-scale information network embedding
1.05k stars 408 forks source link

how to compile? #14

Open qqhard opened 7 years ago

qqhard commented 7 years ago

g++ compile is slow, what's your options?

almugabo commented 5 years ago

supporting makefile

almugabo commented 5 years ago

this is the command I found most helpful (on ubuntu 18.04) g++ -std=c++11 line.cpp -o -lgsl -lgslcblas -lm -pthread