stg-tud / MUBench

Other
53 stars 30 forks source link

How can i get the source code of misuse #442

Closed yuningkang closed 4 years ago

yuningkang commented 4 years ago

hello sir i want to get the source code of the misuses ,but i have no idea how to get them,could you tell me how,appreciate it!

salsolatragus commented 4 years ago

Hi,

With the command pipeline checkout you can download the source code. It will be downloaded into the mubench-checkouts folder. Please check pipeline checkout -h for additional details on the command line options.

Does that answer your question?

yuningkang commented 4 years ago

thank you sir,it is really helpful,but i can‘ t export the source code to my computer, i wonder if it is possible running this process without docker

salsolatragus commented 4 years ago

You can copy data from a Docker container to your host system. Of course, you may also setup the MUBench pipeline locally, to checkout into a folder on your host system. For this you'd need to install the necessary dependencies. See our Docker file for what these are:

yuningkang commented 4 years ago

appreciate it for your help sir!!