Forráskód Böngészése

move platform specific code from profiler to hook

Ivan Denisov 1 éve
szülő
commit
eb3cd6a6e5
4 módosított fájl, 6 hozzáadás és 1 törlés
  1. BIN
      Dev/Mod/Profiler.odc
  2. BIN
      Dev/Mod/ProfilerWin.odc
  3. 6 1
      README.md
  4. BIN
      Win/Mod/Init.odc

BIN
Dev/Mod/Profiler.odc


BIN
Dev/Mod/ProfilerWin.odc


+ 6 - 1
README.md

@@ -7,7 +7,7 @@ Tested on:
 * Debian 9.3, 9.4, 10.4 Xfce/Mate/GNOME/Cinnamon
 * Alt Education 9.1
 * OpenBSD 6.8, 7.2 i386
-* Fedora Core 17
+* Fedora 31
 * CentOS 8
 * Arch Linux 4.9.6
 * Manjaro Linux 18.0.4, 21.2.0
@@ -41,6 +41,11 @@ Installation of required packages in Debian-based systems:
 		sudo pacman -S multilib/lib32-gtk2
 		sudo pacman -Rc lib32-librsvg
 
+	Fedora:
+
+		sudo dnf install gtk2.i686 gtk2-devel.i686
+
+
 	In OpenBSD use 'wxallowed' flag in mount options for the partition to start BlackBox from.
 
 

BIN
Win/Mod/Init.odc