Thread: I need help to compile

  1. #1
    Registered User
    Join Date
    Jul 2017
    Posts
    1

    I need help to compile

    Hi everbody , i have no enough knowledge about c++ and i have a file and i need compiling and run this file , can anyone help me please ?

    files

  2. #2
    Guest
    Guest
    Usually, you'd run the following from within the zimlib-1.4 directory:
    Code:
    ./configure
    make
    make install   // If you want to install it
    If you're on Windows, it might be more complex. I definitely recommend using a Linux Distro for all your C++ programming adventures (you can install Ubuntu as a guest from the Windows store by now I think). It's a much better suited environment for that.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Guest View Post
    Usually, you'd run the following from within the zimlib-1.4 directory:
    Code:
    ./configure
    make
    make install   // If you want to install it
    If you're on Windows, it might be more complex. I definitely recommend using a Linux Distro for all your C++ programming adventures (you can install Ubuntu as a guest from the Windows store by now I think). It's a much better suited environment for that.
    FYI: Windows 10 32 bit; does NOT support the bash shell only the 64 bit Windows 10 does.
    No idea if it is the same for "Ubuntu as a guest".

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  4. #4
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    There are still 32 bit processors?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. does this compile for anyone?
    By cfanatic in forum C Programming
    Replies: 1
    Last Post: 09-17-2012, 11:18 PM
  2. compile once, compile twice ...error
    By Benzakhar in forum Windows Programming
    Replies: 6
    Last Post: 12-28-2003, 06:00 AM
  3. Replies: 3
    Last Post: 03-07-2003, 09:06 PM
  4. Won't compile, can YOU compile it on your compiler?
    By incognito in forum C++ Programming
    Replies: 12
    Last Post: 03-10-2002, 12:00 PM

Tags for this Thread