GithubHelp home page GithubHelp logo

Comments (5)

jmaldonado6253 avatar jmaldonado6253 commented on July 17, 2024

Read the INSTALL file. You must first run another script to create the configure script.

from toxcore.

mevdev avatar mevdev commented on July 17, 2024

Sorry, I'm missing something here. "Much the same as above" is not very informative. Perhaps you can just use copy and paste. I see that I have to clone sodium, but after that it crumbles as to what I need to do.

Also nobody uses 'macports' anymore, but 'brew' is very popular.

This is what is in the INSTALL.md:
"
###OSX:

Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools).
Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool
Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and:

./configure
make
sudo make install

Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory
and make your life more annoying.

Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3
no longer includes gcc and instead uses LLVM-GCC, a nice install guide can be found at
http://caiustheory.com/install-gcc-421-apple-build-56663-with-xcode-42
"

from toxcore.

tclamb avatar tclamb commented on July 17, 2024

The following should suffice, assuming you've already got brew up and running.

brew install cmake libtool libsodium libconfig && cmake -G"Unix Makefiles" && make

from toxcore.

aconstantin avatar aconstantin commented on July 17, 2024

+1

~/git/ProjectTox-Core>sudo make install
make: *** No rule to make target `install'.  Stop.

from toxcore.

diantahoc avatar diantahoc commented on July 17, 2024

You can build it now without no problems (Read the INSTALL.md file)

from toxcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.