tangjianpku / LINE

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

do I need boost? #8

Open hopeldy opened 7 years ago

hopeldy commented 7 years ago

hi, did you use boost or gsl packge to recompile the source code? I just use the compiled file line.exe to train LINE on my own dataset ,and it failed.I want to know whether the boost is helpful when only training ?Or it is just helpful when compiling. Looking forward for you reply, thanks!

Liu

RominYue commented 7 years ago

LINE will use boost or gsl when it does computing....I suggest you first install gsl (by default installation) or install boost, and then recompile the source code. The *.sh script will be a good choice to follow.

hopeldy commented 7 years ago

@RominYue but i can run the examle dataset on windows without boost.I just didn't know how to install boost.can you help me?

RominYue commented 7 years ago

You can run it successfully because it is accidentally compatible with your machine. While I use it on linux. I suggest you can search "boost windows use/install/vs" to find some solutions. Here is the official guide may do some help. http://www.boost.org/doc/libs/1_63_0/more/getting_started/windows.html