mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Merge pull request #48 from kiwistrongis/master
added fedora dependencies and compile instructions to README.md
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							| @@ -32,6 +32,27 @@ Make sure to install these first. | ||||
|  | ||||
| --- | ||||
|  | ||||
| **Fedora** | ||||
| This command should install the known fedora dependencies: | ||||
| ``` | ||||
| sudo yum -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols | ||||
| ``` | ||||
| or: | ||||
| ``` | ||||
| sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols | ||||
| ``` | ||||
|  | ||||
| Compile using the following: | ||||
| ``` | ||||
| git clone https://github.com/Swordifish90/cool-old-term.git | ||||
| cd cool-old-term/konsole-qml-plugin | ||||
| qmake-qt5 && make && make install | ||||
| cd .. | ||||
| ./cool-old-term | ||||
| ``` | ||||
|  | ||||
| --- | ||||
|  | ||||
| **Arch Linux** | ||||
|  | ||||
|     sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects | ||||
|   | ||||
		Reference in New Issue
	
	Block a user