Skip to content

lawrancej/clang-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clang project

This is a (minimal) starting point for working with clang.

Getting started

These setup instructions should work for all platforms.

  1. Download and install Vagrant and VirtualBox.

  2. Fork and clone this repository.

  3. In Git Bash or Terminal:

    # Inside Git Bash or Terminal
    cd clang-project
    vagrant up
    vagrant ssh
    # Now, we're in the VM
    cd /vagrant     # Go into the shared folder
    mkdir build     # Make the build folder
    cd build        # Go into the build folder
    cmake ..        # Generate the makefiles
    make            # Build everything
    ./clang-project # Try out the code. The source is in src/test.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published