nguyentantrung012 / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 0 forks source link

Ubuntu 12.04.5 build instruction not working #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get Ubuntu 12.04.5, follow instructions
2. hg clone the rep
3. run the cmake command in instruction

What is the expected output? What do you see instead?
Boost not found

What version of the product are you using? On what operating system?
Tried it with the built in libboost-all-dev.  Also tried to rebuilding boost 
1.58.

Please provide any additional information below.

Original issue reported on code.google.com by draconp...@hotmail.com on 21 Apr 2015 at 10:03

GoogleCodeExporter commented 9 years ago
Hello,

Thanks for reporting this issue!

I have just updated the "LinuxCompilation.txt" for Ubuntu 12.04.5 LTS [1]:

# sudo apt-get install build-essential unzip cmake mercurial \
                       uuid-dev libcurl4-openssl-dev liblua5.1-0-dev \
                       libgtest-dev libpng-dev libsqlite3-dev libssl-dev \
               zlib1g-dev libdcmtk2-dev libboost1.48-all-dev libwrap0-dev \
                       libcharls-dev

# cmake "-DDCMTK_LIBRARIES=boost_locale;CharLS;dcmjpls;wrap;oflog" \
        -DALLOW_DOWNLOADS=ON \
    -DUSE_SYSTEM_MONGOOSE=OFF \
    -DUSE_SYSTEM_JSONCPP=OFF \
    -DUSE_SYSTEM_GOOGLE_LOG=OFF \
    -DUSE_SYSTEM_PUGIXML=OFF \
        -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \
    ~/Orthanc

I have validated these build instructions thanks to Docker. Could you check 
whether they solve your issue?

Regards,
Sébastien-

[1] 
https://code.google.com/p/orthanc/source/detail?r=d8334d7b425da81777dd522b80ec7c
5c9d6aa00f

Original comment by s.jodo...@gmail.com on 23 Apr 2015 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by s.jodo...@gmail.com on 23 Apr 2015 at 3:31