• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    DWF

    Reply
    New Member
    whateverthef
    Posts: 1
    Registered: ‎10-21-2011

    DWF toolkit ubuntu10.04 install

    159 Views, 1 Replies
    10-21-2011 04:34 AM

    Just installed ubuntu 10.04 64 bit and need to view some dwfs.

     

    Downloaded dwf toolkit 7.6 and dwf toolkit... both were available for download, only the non-numbered version seemed to contain files and folders listed in the readme-install-tutorial.

     

    The install instructions I found included go like this:

     

    Build step by step:
      1). Download code into a directory (eg: ~/DWFTK)
      2). Prepare build scripts
         cd ~/DWFTK/develop/global/build/gnu/dwfcore
         ./build_setup.sh
         cd ../dwftoolkit
         ./build_setup.sh
      3). Build dwfcore
         cd ~/DWFTK/develop/global/src/dwfcore/
         ./configure --with-zlib=no --with-expat=no
         make
         sudo make install 
         
         * Specify --with-zlib=no if you want to use the zlib in DWF TK.
         * Specify --with-expat=no if you want to use the expat in DWF TK.
        
    
      4). Build dwftoolkit
         cd ~/DWFTK/develop/global/src/dwf/
         ./configure --with-zlib=no --with-jpeg=no --with-expat=no
         make
         sudo make install
        
         * Specify --with-zlib=no if you want to use the zlib linked in libdwfcore.
         * Specify --with-jpeg=no if you want to use the jpeg lib in DWF TK.
         * Specify --with-expat=no if you want to use the expat lib linked in libdwfcore.
         * Specify --enable-shared if you want to build shared library, if you don't want to build shared library, specify --disable-shared.
         * Specify --enable-static if you want to build static library, if you don't want to build static library, specify --disable-shared.
         * By default the build script will generate both static and shared library, the shared library has .dylib extension.

     

    I get confused at point 1).- download what code?

     

    If anyone could provide a useful step-by-step it would be very much appreciated.

    Please use plain text.
    Employee
    Posts: 136
    Registered: ‎06-07-2009

    Re: DWF toolkit ubuntu10.04 install

    10-25-2011 06:37 PM in reply to: whateverthef
    Thank you for your questions. You have already downloaded the toolkit code, so the step 1) should be open the toolkit directory. Please let me know if you have any further questions.


    Silvia Cao
    SW Engineer
    PSEB-GE- ACRD PSEB
    Autodesk, Inc.
    Please use plain text.