├── LICENSE ├── README.md ├── images └── 1_comps_install_quartus.png ├── lib32 ├── libfreetype.a ├── libfreetype.so ├── libfreetype.so.6 ├── libfreetype.so.6.10.2 └── pkgconfig │ └── freetype2.pc └── modelsim_run.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/README.md -------------------------------------------------------------------------------- /images/1_comps_install_quartus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/images/1_comps_install_quartus.png -------------------------------------------------------------------------------- /lib32/libfreetype.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/lib32/libfreetype.a -------------------------------------------------------------------------------- /lib32/libfreetype.so: -------------------------------------------------------------------------------- 1 | libfreetype.so.6.10.2 -------------------------------------------------------------------------------- /lib32/libfreetype.so.6: -------------------------------------------------------------------------------- 1 | libfreetype.so.6.10.2 -------------------------------------------------------------------------------- /lib32/libfreetype.so.6.10.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/lib32/libfreetype.so.6.10.2 -------------------------------------------------------------------------------- /lib32/pkgconfig/freetype2.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/lib32/pkgconfig/freetype2.pc -------------------------------------------------------------------------------- /modelsim_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arthurmteodoro/install-quartus-linux/HEAD/modelsim_run.sh --------------------------------------------------------------------------------