An open API service indexing awesome lists of open source software.

https://github.com/nsubiron/carla-compiler-explorer

Compiler explorer with support for LibCarla.
https://github.com/nsubiron/carla-compiler-explorer

carla carla-simulator compiler-explorer

Last synced: 2 months ago
JSON representation

Compiler explorer with support for LibCarla.

Awesome Lists containing this project

README

        

# Compiler Explorer for LibCarla

Compiler explorer with support for CARLA Simulator's LibCarla.

* [mattgodbolt/compiler-explorer](https://github.com/mattgodbolt/compiler-explorer) ([godbolt.org](https://godbolt.org/))
* [carla-simulator/carla](https://github.com/carla-simulator/carla) ([carla.org](https://carla.org/))

## Run a local instance

> **It has been tested in Ubuntu 16.04 only.**

Install [node.js](https://nodejs.org/) with

```sh
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt-get install nodejs
```

Setup and launch local instance with

```
make
```