Author Topic: DevShares 0.9.0 Feedback  (Read 19536 times)

0 Members and 1 Guest are viewing this topic.

Offline kokojie

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Try https://github.com/BitShares/DevShares/blob/master/BUILD_UBUNTU.md

That's weird, I followed the steps in your link, and it worked. Was there something wrong in my old steps?

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
On GUI, sending fund to a sub-account seems not work.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
I could not compile on ubuntu 14.14, I was doing the regular:
git clone https://github.com/BitShares/devshares/ dvs_0.9.0
cd dvs_0.9.0
git checkout dvs/0.9.0
git submodule init
git submodule update
cmake .
make

Got the following errors:

-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a (found version "1.0.1f")
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
CMake Error at libraries/fc/CMakeLists.txt:193 (add_subdirectory):
  The source directory

    /home/user/dvs_0.9.0/libraries/fc/vendor/websocketpp

  does not contain a CMakeLists.txt file.


-- Finished fc module configuration...
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Found Readline: /usr/include
-- Configuring incomplete, errors occurred!
See also "/home/user/dvs_0.9.0/CMakeFiles/CMakeOutput.log".
user@ubuntu:~/dvs_0.9.0$ sudo make
make: *** No targets specified and no makefile found.  Stop.

Try https://github.com/BitShares/DevShares/blob/master/BUILD_UBUNTU.md
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline kokojie

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
I could not compile on ubuntu 14.14, I was doing the regular:
git clone https://github.com/BitShares/devshares/ dvs_0.9.0
cd dvs_0.9.0
git checkout dvs/0.9.0
git submodule init
git submodule update
cmake .
make

Got the following errors:

-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a (found version "1.0.1f")
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
CMake Error at libraries/fc/CMakeLists.txt:193 (add_subdirectory):
  The source directory

    /home/user/dvs_0.9.0/libraries/fc/vendor/websocketpp

  does not contain a CMakeLists.txt file.


-- Finished fc module configuration...
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Found Readline: /usr/include
-- Configuring incomplete, errors occurred!
See also "/home/user/dvs_0.9.0/CMakeFiles/CMakeOutput.log".
user@ubuntu:~/dvs_0.9.0$ sudo make
make: *** No targets specified and no makefile found.  Stop.


Offline vikram

https://github.com/BitShares/DevShares/releases/tag/dvs%2F0.9.0

Most important thing to test is new user-issued asset features. Other than that, testing of market and GUI is also helpful.
« Last Edit: April 01, 2015, 11:41:43 pm by vikram »