Code Monkey home page Code Monkey logo

cocoa's Introduction

cocoa

How to add a new project

  1. Click "Build Settings"
  2. Search it for flag.
  3. Add -lz to "Other Linker Flags"
  4. Select "Build Phases"
  5. Move a ggo file from "Copy Files" to "Compile Sources"
  6. Select "Build Rules"
  7. Select a menu "Editor -> Add Build Rules"
  8. Copy the following two lines and paste them to the rule. cd "$INPUT_FILE_DIR" /usr/local/bin/gengetopt -i "$INPUT_FILE_NAME" --output-dir="$DERIVED_SOURCES_DIR" --file-name=cmdline --unamed-opts --func-name=my_cmdline_parser --include-getopt
  9. Type in *.ggo in the Process input box.
  10. Add the following two folders from the alder cocoa projects: file and bstrlib.
  11. Create a folder named after the project name without "alder-"
  12. Move the main source and header files to the newly created folder.

.Alder command line

  • Add a new rule
  • Move alder-something.ggo to the source code
  • Add other packages to the given project

cocoa's People

Contributors

goshng avatar

Watchers

 avatar

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.