Hi David, Thank you for your work on BIBISH. My first impressions:
Untarring the bundle, it isn't packaged up in its own top level "bibish-0.1.0" folder so it extracted into my ~/src folder and I had to clean up all the extracted files. I am not a cmake expert, so I tried to cd to the 'cmake' folder and run cmake ../src [scribe@localhost cmake]$ cmake ../src/ CMake Error: The source directory "/home/scribe/src/bibish-0.1.0/src" does not appear to contain CMakeLists.txt. Then: [scribe@localhost bibish-0.1.0]$ find . -iname CMakeLists.txt -print [scribe@localhost bibish-0.1.0]$ Not sure how to build. Maybe a top level README that explains. Looking forward to trying it out! Troy On 6/22/19 2:59 PM, David "Judah's Shadow" Blue wrote: > €I've got up the 2nd release of BIBISH. This version adds support for > commentaries and searching. It is console based. The main difference between > this and Diatheke is that BIBISH is an interactive program (shell). My > ultimate goal is to be able to have it be able to be used as a login shell > via > SSH, or locally. Source is available at > > https://sourceforge.net/projects/bibish/files > > I don't have any binaries currently, but it should be pretty easy to build, > if > you can compile sword and have a C++11 compatible compiler it should work. I > use cmake for my build system, but a makefile should be easy to generate for > other systems. > _______________________________________________ > sword-devel mailing list: [email protected] > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
