facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.93k stars 2.01k forks source link

Provide install instructions for Ubuntu 16.04 LTS #672

Open ndmitchell opened 7 years ago

ndmitchell commented 7 years ago

The document at INSTALL.md says how to install for older Ubuntu, but not 16.04. In particular, the 14.04 instructions fail for me saying the openjdk-7-jdk package is missing.

zhuowei commented 7 years ago

@ndmitchell You can probably use the list of packages from the Dockerfile, which uses a 16.04 base: https://github.com/facebook/infer/blob/master/docker/Dockerfile#L7

Kavan04 commented 9 months ago

The file here has an updated code on how to install for 16.04 version. Let me know If you are still facing the same issue