You can subscribe to this list here.
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
|---|
|
From: Pierre S <pie...@gm...> - 2010-09-17 20:32:00
|
Dear eblearn users, To separate more clearly the core libraries from the rest, there are now 2 main folders, core/ and tools/. core/ contains libidx and libeblearn, tools containing the rest. You can work exactly like before by going to tools/, do 'make', 'make test', etc. Same with core/ except that it will just make libidx and libeblearn. All binaries go to bin/, regardless if you compile from core or tools, and compiling from tools will automatically compile core/. For Windows users, you can generate your solution file by specifying either the core or tools directory to cmake. I recommend that you clear your Cmake cache after updating. Note also that I have fixed recent problems with Windows, it should all work now. Please let me know if you got any issues or suggestions. Pierre |