Rename application references from "Filter-View" to "FilterView"
- Updated project name from "Filter-View" to "FilterView" in build_and_run.md - Corrected repository URLs and directory names to match the new naming convention.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Filter-View with Adjustable Raised Cosine Filter
|
||||
# FilterView with Adjustable Raised Cosine Filter
|
||||
|
||||
This JavaFX application demonstrates the concept of a raised cosine filter applied to signal data, visualized in a dynamic graph. The user can control two key parameters:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Build and Run Instructions for Filter-View Application
|
||||
# Build and Run Instructions for FilterView Application
|
||||
|
||||
This guide explains how to build and run the Filter-View with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
|
||||
This guide explains how to build and run the FilterView with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -22,8 +22,8 @@ sudo pacman -S jdk17-openjdk maven git
|
||||
|
||||
## 2. Clone the Repository and Build
|
||||
```bash
|
||||
git clone https://github.com/eric-waveletsolutions/filter-view.git
|
||||
cd filter-view
|
||||
git clone https://github.com/eric-waveletsolutions/filterview.git
|
||||
cd filterview
|
||||
./mvnw clean install
|
||||
```
|
||||
|
||||
@@ -55,8 +55,8 @@ sudo apt install openjdk-17-jdk maven git
|
||||
|
||||
### 2. Clone the Repository and Build
|
||||
```bash
|
||||
git clone https://github.com/eric-waveletsolutions/filter-view.git
|
||||
cd filter-view
|
||||
git clone https://github.com/eric-waveletsolutions/filterview.git
|
||||
cd filterview
|
||||
./mvnw clean install
|
||||
```
|
||||
|
||||
@@ -89,8 +89,8 @@ firefox target/apidocs/index.html
|
||||
|
||||
Open the terminal (or Git Bash) and run:
|
||||
```bash
|
||||
git clone https://github.com/eric-waveletsolutions/filter-view.git
|
||||
cd filter-view
|
||||
git clone https://github.com/eric-waveletsolutions/filterview.git
|
||||
cd filterview
|
||||
mvnw.cmd clean install
|
||||
```
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@@ -3,10 +3,10 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.waveletsolutions.filtering</groupId>
|
||||
<artifactId>filter-view</artifactId>
|
||||
<artifactId>filterview</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>filter-view</name>
|
||||
<name>filterview</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
|
Reference in New Issue
Block a user