docs: kurulum adımları içeren README

This commit is contained in:
Alhan
2026-07-22 04:01:08 +03:00
parent 8369ec2a5d
commit 9a63d2158d

View File

@@ -1,17 +1,49 @@
# imajviewer
# imajViewer
A new Flutter project.
Ultra hafif Linux görüntü izleyici. Flutter ile yazıldı.
## Getting Started
## Özellikler
This project is a starting point for a Flutter application.
- PNG, JPEG, WebP, BMP, GIF desteği
- Fare tekerleği ile zoom
- Sürükle-bırak ile resim açma
- Pencere boyutu/konumu hatırlama (JSON persistence)
- Varsayılan görüntü izleyici olarak ayarlanabilir
A few resources to get you started if this is your first Flutter project:
## Kurulum
- [Learn Flutter](https://docs.flutter.dev/get-started/learn-flutter)
- [Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Flutter learning resources](https://docs.flutter.dev/reference/learning-resources)
```bash
git clone https://git.softmediadesign.com/git_alhan/imajviewer.git
cd imajviewer
./install.sh
```
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Script şunları yapar:
- Binary ve kütüphaneleri `~/.local/lib/imajviewer/` altına kopyalar
- `~/.local/bin/imajviewer` symlink'i oluşturur
- `.desktop` dosyasını kaydeder
- Tüm resim formatları için varsayılan izleyici olarak ayarlar
Kurulumdan sonra bir PNG/JPG dosyasına çift tıklayın veya `xdg-open <dosya>` ile test edin.
### Kaldırma
```bash
rm -rf ~/.local/lib/imajviewer ~/.local/bin/imajviewer \
~/.local/share/applications/imajviewer.desktop \
~/.local/share/icons/hicolor/64x64/apps/imajviewer.png
```
## Geliştirme
Flutter SDK gereklidir.
```bash
flutter pub get
flutter build linux
./install.sh
```
## Lisans
MIT